Html Css Color HEX #CA8518 Ochre

📋 copy color: '#CA8518'

red 202 ◦ green 133 ◦ blue 24

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

Shades of Ochre #CA8518

Tints of Ochre #CA8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 56.27%
G = 37.05%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8518 (or 0xCA8518) is known color: Ochre. HEX triplet: CA, 85 and 18. RGB value is (202,133,24). Sum of RGB (Red+Green+Blue) = 202+133+24=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8518 is #357AE7. Grayscale: #8D8D8D. Windows color (decimal): -3504872 or 1607114. OLE color: 1607114.

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

Color convert

RGB 202 133 24 -
CMYK 0 0.34 0.88 0.21
HSL 36.74º 0.79% 0.44% -
HSV(B) 36.74º 0.88% 0.79% -
XYZ 32.91 29.4 4.8 -
YUV 141.21 61.86 171.36 -
System Red Green Blue C M Y K H S L
Decimal 202 133 24 0 0.34 0.88 0.21 36.74 0.79 0.44
Hex CA 85 18 0 22 58 15 25 4F 2C
Octal 312 205 30 0 42 130 25 45 117 54
Binary 11001010 10000101 11000 0 100010 1011000 10101 100101 1001111 101100

Color Harmonies of #CA8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8518

Black with #CA8518

Text Example


Text Example

White with #CA8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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