Html Css Color HEX #CA8718 Ochre

📋 copy color: '#CA8718'

red 202 ◦ green 135 ◦ blue 24

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

Shades of Ochre #CA8718

Tints of Ochre #CA8718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 55.96%
G = 37.4%
B = 6.65%

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

#CA8718 (or 0xCA8718) is known color: Ochre. HEX triplet: CA, 87 and 18. RGB value is (202,135,24). Sum of RGB (Red+Green+Blue) = 202+135+24=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8718 is #3578E7. Grayscale: #8E8E8E. Windows color (decimal): -3504360 or 1607626. OLE color: 1607626.

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

Color convert

RGB 202 135 24 -
CMYK 0 0.33 0.88 0.21
HSL 37.42º 0.79% 0.44% -
HSV(B) 37.42º 0.88% 0.79% -
XYZ 33.19 29.95 4.9 -
YUV 142.38 61.2 170.53 -
System Red Green Blue C M Y K H S L
Decimal 202 135 24 0 0.33 0.88 0.21 37.42 0.79 0.44
Hex CA 87 18 0 21 58 15 25 4F 2C
Octal 312 207 30 0 41 130 25 45 117 54
Binary 11001010 10000111 11000 0 100001 1011000 10101 100101 1001111 101100

Color Harmonies of #CA8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8718

Black with #CA8718

Text Example


Text Example

White with #CA8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8718; }

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

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

background-color css

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

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

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

border-color css

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

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

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