Html Css Color HEX #CA7912 Ochre

📋 copy color: '#CA7912'

red 202 ◦ green 121 ◦ blue 18

#CA7912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CA7912

Tints of Ochre #CA7912

RGB

 RED value IS 202 (79.3% from 255) = 59.24%

 GREEN value IS 121 (47.66% from 255) = 35.48%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 59.24%
G = 35.48%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA7912 (or 0xCA7912) is known color: Ochre. HEX triplet: CA, 79 and 12. RGB value is (202,121,18). Sum of RGB (Red+Green+Blue) = 202+121+18=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7912 is #3586ED. Grayscale: #858585. Windows color (decimal): -3507950 or 1210826. OLE color: 1210826.

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

Color convert

RGB 202 121 18 -
CMYK 0 0.40 0.91 0.21
HSL 33.59º 0.84% 0.43% -
HSV(B) 33.59º 0.91% 0.79% -
XYZ 31.3 26.27 3.99 -
YUV 133.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 202 121 18 0 0.40 0.91 0.21 33.59 0.84 0.43
Hex CA 79 12 0 28 5B 15 22 54 2B
Octal 312 171 22 0 50 133 25 42 124 53
Binary 11001010 1111001 10010 0 101000 1011011 10101 100010 1010100 101011

Color Harmonies of #CA7912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7912

Black with #CA7912

Text Example


Text Example

White with #CA7912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7912; }

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

 H1.HeaderClassName
 {
   color: #CA7912;
 }
 .AnyTagClassName
 {
   color: #CA7912;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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