Html Css Color HEX #CA6424 Chocolate

📋 copy color: '#CA6424'

red 202 ◦ green 100 ◦ blue 36

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

Shades of Chocolate #CA6424

Tints of Chocolate #CA6424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.65%

R = 59.76%
G = 29.59%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA6424 (or 0xCA6424) is known color: Chocolate. HEX triplet: CA, 64 and 24. RGB value is (202,100,36). Sum of RGB (Red+Green+Blue) = 202+100+36=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6424 is #359BDB. Grayscale: #7B7B7B. Windows color (decimal): -3513308 or 2385098. OLE color: 2385098.

HSL color Cylindrical-coordinate representation of color #CA6424: hue angle of 23.13º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA6424 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 100 36 -
CMYK 0 0.50 0.82 0.21
HSL 23.13º 0.7% 0.47% -
HSV(B) 23.13º 0.82% 0.79% -
XYZ 29.23 21.8 4.34 -
YUV 123.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 202 100 36 0 0.50 0.82 0.21 23.13 0.7 0.47
Hex CA 64 24 0 32 52 15 17 46 2F
Octal 312 144 44 0 62 122 25 27 106 57
Binary 11001010 1100100 100100 0 110010 1010010 10101 10111 1000110 101111

Color Harmonies of #CA6424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6424

Black with #CA6424

Text Example


Text Example

White with #CA6424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6424; }

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

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

background-color css

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

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

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

border-color css

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

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

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