Html Css Color HEX #CA5D18 Chocolate

📋 copy color: '#CA5D18'

red 202 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #CA5D18

Tints of Chocolate #CA5D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

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

R = 63.32%
G = 29.15%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA5D18 (or 0xCA5D18) is known color: Chocolate. HEX triplet: CA, 5D and 18. RGB value is (202,93,24). Sum of RGB (Red+Green+Blue) = 202+93+24=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D18 is #35A2E7. Grayscale: #767676. Windows color (decimal): -3515112 or 1596874. OLE color: 1596874.

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

Color convert

RGB 202 93 24 -
CMYK 0 0.54 0.88 0.21
HSL 23.26º 0.79% 0.44% -
HSV(B) 23.26º 0.88% 0.79% -
XYZ 28.44 20.45 3.31 -
YUV 117.73 75.11 188.11 -
System Red Green Blue C M Y K H S L
Decimal 202 93 24 0 0.54 0.88 0.21 23.26 0.79 0.44
Hex CA 5D 18 0 36 58 15 17 4F 2C
Octal 312 135 30 0 66 130 25 27 117 54
Binary 11001010 1011101 11000 0 110110 1011000 10101 10111 1001111 101100

Color Harmonies of #CA5D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D18

Black with #CA5D18

Text Example


Text Example

White with #CA5D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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