Html Css Color HEX #CA7D12 Ochre

📋 copy color: '#CA7D12'

red 202 ◦ green 125 ◦ blue 18

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

Shades of Ochre #CA7D12

Tints of Ochre #CA7D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

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

R = 58.55%
G = 36.23%
B = 5.22%

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

#CA7D12 (or 0xCA7D12) is known color: Ochre. HEX triplet: CA, 7D and 12. RGB value is (202,125,18). Sum of RGB (Red+Green+Blue) = 202+125+18=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D12 is #3582ED. Grayscale: #888888. Windows color (decimal): -3506926 or 1211850. OLE color: 1211850.

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

Color convert

RGB 202 125 18 -
CMYK 0 0.38 0.91 0.21
HSL 34.89º 0.84% 0.43% -
HSV(B) 34.89º 0.91% 0.79% -
XYZ 31.8 27.27 4.16 -
YUV 135.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 202 125 18 0 0.38 0.91 0.21 34.89 0.84 0.43
Hex CA 7D 12 0 26 5B 15 23 54 2B
Octal 312 175 22 0 46 133 25 43 124 53
Binary 11001010 1111101 10010 0 100110 1011011 10101 100011 1010100 101011

Color Harmonies of #CA7D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D12

Black with #CA7D12

Text Example


Text Example

White with #CA7D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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