Html Css Color HEX #CA7116 Ochre

📋 copy color: '#CA7116'

red 202 ◦ green 113 ◦ blue 22

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

Shades of Ochre #CA7116

Tints of Ochre #CA7116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 59.94%
G = 33.53%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA7116 (or 0xCA7116) is known color: Ochre. HEX triplet: CA, 71 and 16. RGB value is (202,113,22). Sum of RGB (Red+Green+Blue) = 202+113+22=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7116 is #358EE9. Grayscale: #818181. Windows color (decimal): -3509994 or 1470922. OLE color: 1470922.

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

Color convert

RGB 202 113 22 -
CMYK 0 0.44 0.89 0.21
HSL 30.33º 0.8% 0.44% -
HSV(B) 30.33º 0.89% 0.79% -
XYZ 30.41 24.42 3.87 -
YUV 129.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 202 113 22 0 0.44 0.89 0.21 30.33 0.8 0.44
Hex CA 71 16 0 2C 59 15 1E 50 2C
Octal 312 161 26 0 54 131 25 36 120 54
Binary 11001010 1110001 10110 0 101100 1011001 10101 11110 1010000 101100

Color Harmonies of #CA7116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7116

Black with #CA7116

Text Example


Text Example

White with #CA7116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7116; }

 p { color: rgb(202,113,22); }

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

background-color css

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

 a { background-color: rgb(202,113,22); }

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

border-color css

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

 span { border-color: rgb(202,113,22); }

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