#CA7B12

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

Shades of Ochre #CA7B12

Tints of Ochre #CA7B12

Color information

#CA7B12 (or 0xCA7B12) is unknown color: approx Ochre. HEX triplet: CA, 7B and 12. RGB value is (202,123,18). Sum of RGB (Red+Green+Blue) = 202+123+18=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B12 is #3584ED. Grayscale: #878787. Windows color (decimal): -3507438 or 1211338. OLE color: 1211338.

HSL color Cylindrical-coordinate representation of color #CA7B12: hue angle of 34.24º 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 #CA7B12 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB20212318-
CMYK00.390.910.21
HSL34.24º83.64%43.14%-
HSV(B)34.24º91.09%79.22%-
XYZ31.5526.774.08-
YUV134.6562.17176.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 18 (7.42% from 255) = 5.25%
R=58.89%
G=35.86%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021231800.390.910.2134.2483.6443.14
HexCA7B120275B1522542b
Octal31217322047133254212453
Binary1100101011110111001001001111011011101011000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B12; }

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

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

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

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

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

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

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

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