Html Css Color HEX #CA5C18 Chocolate

📋 copy color: '#CA5C18'

red 202 ◦ green 92 ◦ blue 24

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

Shades of Chocolate #CA5C18

Tints of Chocolate #CA5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 63.52%
G = 28.93%
B = 7.55%

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

#CA5C18 (or 0xCA5C18) is known color: Chocolate. HEX triplet: CA, 5C and 18. RGB value is (202,92,24). Sum of RGB (Red+Green+Blue) = 202+92+24=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5C18 is #35A3E7. Grayscale: #757575. Windows color (decimal): -3515368 or 1596618. OLE color: 1596618.

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

Color convert

RGB 202 92 24 -
CMYK 0 0.54 0.88 0.21
HSL 22.92º 0.79% 0.44% -
HSV(B) 22.92º 0.88% 0.79% -
XYZ 28.35 20.28 3.28 -
YUV 117.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 202 92 24 0 0.54 0.88 0.21 22.92 0.79 0.44
Hex CA 5C 18 0 36 58 15 17 4F 2C
Octal 312 134 30 0 66 130 25 27 117 54
Binary 11001010 1011100 11000 0 110110 1011000 10101 10111 1001111 101100

Color Harmonies of #CA5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C18

Black with #CA5C18

Text Example


Text Example

White with #CA5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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