Html Css Color HEX #CA8116 Ochre

📋 copy color: '#CA8116'

red 202 ◦ green 129 ◦ blue 22

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

Shades of Ochre #CA8116

Tints of Ochre #CA8116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 57.22%
G = 36.54%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA8116 (or 0xCA8116) is known color: Ochre. HEX triplet: CA, 81 and 16. RGB value is (202,129,22). Sum of RGB (Red+Green+Blue) = 202+129+22=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8116 is #357EE9. Grayscale: #8B8B8B. Windows color (decimal): -3505898 or 1475018. OLE color: 1475018.

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

Color convert

RGB 202 129 22 -
CMYK 0 0.36 0.89 0.21
HSL 35.67º 0.8% 0.44% -
HSV(B) 35.67º 0.89% 0.79% -
XYZ 32.35 28.32 4.52 -
YUV 138.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 202 129 22 0 0.36 0.89 0.21 35.67 0.8 0.44
Hex CA 81 16 0 24 59 15 24 50 2C
Octal 312 201 26 0 44 131 25 44 120 54
Binary 11001010 10000001 10110 0 100100 1011001 10101 100100 1010000 101100

Color Harmonies of #CA8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8116

Black with #CA8116

Text Example


Text Example

White with #CA8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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