Html Css Color HEX #CA8118 Ochre

📋 copy color: '#CA8118'

red 202 ◦ green 129 ◦ blue 24

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

Shades of Ochre #CA8118

Tints of Ochre #CA8118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 56.9%
G = 36.34%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8118 (or 0xCA8118) is known color: Ochre. HEX triplet: CA, 81 and 18. RGB value is (202,129,24). Sum of RGB (Red+Green+Blue) = 202+129+24=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8118 is #357EE7. Grayscale: #8B8B8B. Windows color (decimal): -3505896 or 1606090. OLE color: 1606090.

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

Color convert

RGB 202 129 24 -
CMYK 0 0.36 0.88 0.21
HSL 35.39º 0.79% 0.44% -
HSV(B) 35.39º 0.88% 0.79% -
XYZ 32.37 28.32 4.62 -
YUV 138.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 202 129 24 0 0.36 0.88 0.21 35.39 0.79 0.44
Hex CA 81 18 0 24 58 15 23 4F 2C
Octal 312 201 30 0 44 130 25 43 117 54
Binary 11001010 10000001 11000 0 100100 1011000 10101 100011 1001111 101100

Color Harmonies of #CA8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8118

Black with #CA8118

Text Example


Text Example

White with #CA8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8118; }

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

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

background-color css

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

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

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

border-color css

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

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

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