Html Css Color HEX #CA7012 Ochre

📋 copy color: '#CA7012'

red 202 ◦ green 112 ◦ blue 18

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

Shades of Ochre #CA7012

Tints of Ochre #CA7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 60.84%
G = 33.73%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA7012 (or 0xCA7012) is known color: Ochre. HEX triplet: CA, 70 and 12. RGB value is (202,112,18). Sum of RGB (Red+Green+Blue) = 202+112+18=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7012 is #358FED. Grayscale: #808080. Windows color (decimal): -3510254 or 1208522. OLE color: 1208522.

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

Color convert

RGB 202 112 18 -
CMYK 0 0.45 0.91 0.21
HSL 30.65º 0.84% 0.43% -
HSV(B) 30.65º 0.91% 0.79% -
XYZ 30.26 24.19 3.65 -
YUV 128.19 65.82 180.64 -
System Red Green Blue C M Y K H S L
Decimal 202 112 18 0 0.45 0.91 0.21 30.65 0.84 0.43
Hex CA 70 12 0 2D 5B 15 1F 54 2B
Octal 312 160 22 0 55 133 25 37 124 53
Binary 11001010 1110000 10010 0 101101 1011011 10101 11111 1010100 101011

Color Harmonies of #CA7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7012

Black with #CA7012

Text Example


Text Example

White with #CA7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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