Html Css Color HEX #CA6F18 Ochre

📋 copy color: '#CA6F18'

red 202 ◦ green 111 ◦ blue 24

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

Shades of Ochre #CA6F18

Tints of Ochre #CA6F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 59.94%
G = 32.94%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6F18 (or 0xCA6F18) is known color: Ochre. HEX triplet: CA, 6F and 18. RGB value is (202,111,24). Sum of RGB (Red+Green+Blue) = 202+111+24=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F18 is #3590E7. Grayscale: #808080. Windows color (decimal): -3510504 or 1601482. OLE color: 1601482.

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

Color convert

RGB 202 111 24 -
CMYK 0 0.45 0.88 0.21
HSL 29.33º 0.79% 0.44% -
HSV(B) 29.33º 0.88% 0.79% -
XYZ 30.21 23.99 3.9 -
YUV 128.29 69.15 180.57 -
System Red Green Blue C M Y K H S L
Decimal 202 111 24 0 0.45 0.88 0.21 29.33 0.79 0.44
Hex CA 6F 18 0 2D 58 15 1D 4F 2C
Octal 312 157 30 0 55 130 25 35 117 54
Binary 11001010 1101111 11000 0 101101 1011000 10101 11101 1001111 101100

Color Harmonies of #CA6F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F18

Black with #CA6F18

Text Example


Text Example

White with #CA6F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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