Html Css Color HEX #CA7211 Ochre

📋 copy color: '#CA7211'

red 202 ◦ green 114 ◦ blue 17

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

Shades of Ochre #CA7211

Tints of Ochre #CA7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 60.66%
G = 34.23%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA7211 (or 0xCA7211) is known color: Ochre. HEX triplet: CA, 72 and 11. RGB value is (202,114,17). Sum of RGB (Red+Green+Blue) = 202+114+17=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7211 is #358DEE. Grayscale: #818181. Windows color (decimal): -3509743 or 1143498. OLE color: 1143498.

HSL color Cylindrical-coordinate representation of color #CA7211: hue angle of 31.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA7211 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 17 -
CMYK 0 0.44 0.92 0.21
HSL 31.46º 0.84% 0.43% -
HSV(B) 31.46º 0.92% 0.79% -
XYZ 30.48 24.63 3.68 -
YUV 129.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 202 114 17 0 0.44 0.92 0.21 31.46 0.84 0.43
Hex CA 72 11 0 2C 5C 15 1F 54 2B
Octal 312 162 21 0 54 134 25 37 124 53
Binary 11001010 1110010 10001 0 101100 1011100 10101 11111 1010100 101011

Color Harmonies of #CA7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7211

Black with #CA7211

Text Example


Text Example

White with #CA7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7211; }

 p { color: rgb(202,114,17); }

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

background-color css

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

 a { background-color: rgb(202,114,17); }

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

border-color css

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

 span { border-color: rgb(202,114,17); }

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