Html Css Color HEX #CA5D1C Chocolate

📋 copy color: '#CA5D1C'

red 202 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #CA5D1C

Tints of Chocolate #CA5D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 62.54%
G = 28.79%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA5D1C (or 0xCA5D1C) is known color: Chocolate. HEX triplet: CA, 5D and 1C. RGB value is (202,93,28). Sum of RGB (Red+Green+Blue) = 202+93+28=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D1C is #35A2E3. Grayscale: #767676. Windows color (decimal): -3515108 or 1859018. OLE color: 1859018.

HSL color Cylindrical-coordinate representation of color #CA5D1C: hue angle of 22.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA5D1C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 93 28 -
CMYK 0 0.54 0.86 0.21
HSL 22.41º 0.76% 0.45% -
HSV(B) 22.41º 0.86% 0.79% -
XYZ 28.48 20.47 3.55 -
YUV 118.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 202 93 28 0 0.54 0.86 0.21 22.41 0.76 0.45
Hex CA 5D 1C 0 36 56 15 16 4C 2D
Octal 312 135 34 0 66 126 25 26 114 55
Binary 11001010 1011101 11100 0 110110 1010110 10101 10110 1001100 101101

Color Harmonies of #CA5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D1C

Black with #CA5D1C

Text Example


Text Example

White with #CA5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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