#CA7A12

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

Shades of Ochre #CA7A12

Tints of Ochre #CA7A12

Color information

#CA7A12 (or 0xCA7A12) is unknown color: approx Ochre. HEX triplet: CA, 7A and 12. RGB value is (202,122,18). Sum of RGB (Red+Green+Blue) = 202+122+18=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A12 is #3585ED. Grayscale: #868686. Windows color (decimal): -3507694 or 1211082. OLE color: 1211082.

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

Color convert

RGB20212218-
CMYK00.400.910.21
HSL33.91º83.64%43.14%-
HSV(B)33.91º91.09%79.22%-
XYZ31.4326.524.03-
YUV134.0662.5176.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 18 (7.42% from 255) = 5.26%
R=59.06%
G=35.67%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021221800.400.910.2133.9183.6443.14
HexCA7A120285B1522542b
Octal31217222050133254212453
Binary1100101011110101001001010001011011101011000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A12; }

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

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

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

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

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

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

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

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