Html Css Color HEX #CA7712 Ochre

📋 copy color: '#CA7712'

red 202 ◦ green 119 ◦ blue 18

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

Shades of Ochre #CA7712

Tints of Ochre #CA7712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 59.59%
G = 35.1%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA7712 (or 0xCA7712) is known color: Ochre. HEX triplet: CA, 77 and 12. RGB value is (202,119,18). Sum of RGB (Red+Green+Blue) = 202+119+18=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7712 is #3588ED. Grayscale: #848484. Windows color (decimal): -3508462 or 1210314. OLE color: 1210314.

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

Color convert

RGB 202 119 18 -
CMYK 0 0.41 0.91 0.21
HSL 32.93º 0.84% 0.43% -
HSV(B) 32.93º 0.91% 0.79% -
XYZ 31.06 25.79 3.91 -
YUV 132.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 202 119 18 0 0.41 0.91 0.21 32.93 0.84 0.43
Hex CA 77 12 0 29 5B 15 21 54 2B
Octal 312 167 22 0 51 133 25 41 124 53
Binary 11001010 1110111 10010 0 101001 1011011 10101 100001 1010100 101011

Color Harmonies of #CA7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7712

Black with #CA7712

Text Example


Text Example

White with #CA7712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7712; }

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

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

background-color css

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

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

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

border-color css

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

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

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