Html Css Color HEX #CA8818 Ochre

📋 copy color: '#CA8818'

red 202 ◦ green 136 ◦ blue 24

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

Shades of Ochre #CA8818

Tints of Ochre #CA8818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

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

R = 55.8%
G = 37.57%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8818 (or 0xCA8818) is known color: Ochre. HEX triplet: CA, 88 and 18. RGB value is (202,136,24). Sum of RGB (Red+Green+Blue) = 202+136+24=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8818 is #3577E7. Grayscale: #8F8F8F. Windows color (decimal): -3504104 or 1607882. OLE color: 1607882.

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

Color convert

RGB 202 136 24 -
CMYK 0 0.33 0.88 0.21
HSL 37.75º 0.79% 0.44% -
HSV(B) 37.75º 0.88% 0.79% -
XYZ 33.33 30.23 4.94 -
YUV 142.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 202 136 24 0 0.33 0.88 0.21 37.75 0.79 0.44
Hex CA 88 18 0 21 58 15 26 4F 2C
Octal 312 210 30 0 41 130 25 46 117 54
Binary 11001010 10001000 11000 0 100001 1011000 10101 100110 1001111 101100

Color Harmonies of #CA8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8818

Black with #CA8818

Text Example


Text Example

White with #CA8818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8818; }

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

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

background-color css

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

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

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

border-color css

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

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

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