Html Css Color HEX #CA7E12 Ochre

📋 copy color: '#CA7E12'

red 202 ◦ green 126 ◦ blue 18

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

Shades of Ochre #CA7E12

Tints of Ochre #CA7E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

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

R = 58.38%
G = 36.42%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA7E12 (or 0xCA7E12) is known color: Ochre. HEX triplet: CA, 7E and 12. RGB value is (202,126,18). Sum of RGB (Red+Green+Blue) = 202+126+18=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7E12 is #3581ED. Grayscale: #888888. Windows color (decimal): -3506670 or 1212106. OLE color: 1212106.

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

Color convert

RGB 202 126 18 -
CMYK 0 0.38 0.91 0.21
HSL 35.22º 0.84% 0.43% -
HSV(B) 35.22º 0.91% 0.79% -
XYZ 31.93 27.52 4.2 -
YUV 136.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 202 126 18 0 0.38 0.91 0.21 35.22 0.84 0.43
Hex CA 7E 12 0 26 5B 15 23 54 2B
Octal 312 176 22 0 46 133 25 43 124 53
Binary 11001010 1111110 10010 0 100110 1011011 10101 100011 1010100 101011

Color Harmonies of #CA7E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E12

Black with #CA7E12

Text Example


Text Example

White with #CA7E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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