#CA7A0C

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

Shades of Ochre #CA7A0C

Tints of Ochre #CA7A0C

Color information

#CA7A0C (or 0xCA7A0C) is unknown color: approx Ochre. HEX triplet: CA, 7A and 0C. RGB value is (202,122,12). Sum of RGB (Red+Green+Blue) = 202+122+12=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A0C is #3585F3. Grayscale: #858585. Windows color (decimal): -3507700 or 817866. OLE color: 817866.

HSL color Cylindrical-coordinate representation of color #CA7A0C: hue angle of 34.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA7A0C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20212212-
CMYK00.400.940.21
HSL34.74º88.79%41.96%-
HSV(B)34.74º94.06%79.22%-
XYZ31.3826.53.81-
YUV133.3859.5176.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 12 (5.08% from 255) = 3.57%
R=60.12%
G=36.31%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021221200.400.940.2134.7488.7941.96
HexCA7AC0285E1523592a
Octal31217214050136254313152
Binary110010101111010110001010001011110101011000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A0C; }

 p { color: rgb(202,122,12); }

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

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

 a { background-color: rgb(202,122,12); }

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

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

 span { border-color: rgb(202,122,12); }

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