Html Css Color HEX #CA6118 Chocolate

📋 copy color: '#CA6118'

red 202 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #CA6118

Tints of Chocolate #CA6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

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

R = 62.54%
G = 30.03%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6118 (or 0xCA6118) is known color: Chocolate. HEX triplet: CA, 61 and 18. RGB value is (202,97,24). Sum of RGB (Red+Green+Blue) = 202+97+24=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6118 is #359EE7. Grayscale: #787878. Windows color (decimal): -3514088 or 1597898. OLE color: 1597898.

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

Color convert

RGB 202 97 24 -
CMYK 0 0.52 0.88 0.21
HSL 24.61º 0.79% 0.44% -
HSV(B) 24.61º 0.88% 0.79% -
XYZ 28.8 21.17 3.43 -
YUV 120.07 73.79 186.44 -
System Red Green Blue C M Y K H S L
Decimal 202 97 24 0 0.52 0.88 0.21 24.61 0.79 0.44
Hex CA 61 18 0 34 58 15 19 4F 2C
Octal 312 141 30 0 64 130 25 31 117 54
Binary 11001010 1100001 11000 0 110100 1011000 10101 11001 1001111 101100

Color Harmonies of #CA6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6118

Black with #CA6118

Text Example


Text Example

White with #CA6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6118; }

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

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

background-color css

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

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

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

border-color css

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

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

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