Html Css Color HEX #CA6418 Chocolate

📋 copy color: '#CA6418'

red 202 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #CA6418

Tints of Chocolate #CA6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 61.96%
G = 30.67%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6418 (or 0xCA6418) is known color: Chocolate. HEX triplet: CA, 64 and 18. RGB value is (202,100,24). Sum of RGB (Red+Green+Blue) = 202+100+24=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6418 is #359BE7. Grayscale: #7A7A7A. Windows color (decimal): -3513320 or 1598666. OLE color: 1598666.

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

Color convert

RGB 202 100 24 -
CMYK 0 0.50 0.88 0.21
HSL 25.62º 0.79% 0.44% -
HSV(B) 25.62º 0.88% 0.79% -
XYZ 29.08 21.74 3.53 -
YUV 121.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 202 100 24 0 0.50 0.88 0.21 25.62 0.79 0.44
Hex CA 64 18 0 32 58 15 1A 4F 2C
Octal 312 144 30 0 62 130 25 32 117 54
Binary 11001010 1100100 11000 0 110010 1011000 10101 11010 1001111 101100

Color Harmonies of #CA6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6418

Black with #CA6418

Text Example


Text Example

White with #CA6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6418; }

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

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

background-color css

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

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

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

border-color css

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

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

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