#CA721C

Color #CA721C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CA721C

Tints of Ochre #CA721C

Color information

#CA721C (or 0xCA721C) is unknown color: approx Ochre. HEX triplet: CA, 72 and 1C. RGB value is (202,114,28). Sum of RGB (Red+Green+Blue) = 202+114+28=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA721C is #358DE3. Grayscale: #828282. Windows color (decimal): -3509732 or 1864394. OLE color: 1864394.

HSL color Cylindrical-coordinate representation of color #CA721C: hue angle of 29.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA721C is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB20211428-
CMYK00.440.860.21
HSL29.66º75.65%45.1%-
HSV(B)29.66º86.14%79.22%-
XYZ30.5824.684.25-
YUV130.5170.15178.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=58.72%
G=33.14%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021142800.440.860.2129.6675.6545.1
HexCA721C02C56151e4c2d
Octal31216234054126253611455
Binary110010101110010111000101100101011010101111101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA721C; }

 p { color: rgb(202,114,28); }

 H1.HeaderClassName
 {
   color: #CA721C;
 }
 .AnyTagClassName
 {
   color: #CA721C;
 }
</style>
background-color css

<style>
 a { background-color: #CA721C; }

 a { background-color: rgb(202,114,28); }

 div.DivClassName
 {
   background-color: #CA721C;
 }
 .BgClassName
 {
   background-color: #CA721C;
 }
</style>
border-color css

<style>
 span { border-color: #CA721C; }

 span { border-color: rgb(202,114,28); }

 td.TdClassName
 {
   border-color: #CA721C;
 }
 .TagClassName
 {
   border-color: #CA721C;
 }
</style>