Html Css Color HEX #CA5E1C Chocolate

📋 copy color: '#CA5E1C'

red 202 ◦ green 94 ◦ blue 28

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

Shades of Chocolate #CA5E1C

Tints of Chocolate #CA5E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

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

R = 62.35%
G = 29.01%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA5E1C (or 0xCA5E1C) is known color: Chocolate. HEX triplet: CA, 5E and 1C. RGB value is (202,94,28). Sum of RGB (Red+Green+Blue) = 202+94+28=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E1C is #35A1E3. Grayscale: #777777. Windows color (decimal): -3514852 or 1859274. OLE color: 1859274.

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

Color convert

RGB 202 94 28 -
CMYK 0 0.53 0.86 0.21
HSL 22.76º 0.76% 0.45% -
HSV(B) 22.76º 0.86% 0.79% -
XYZ 28.57 20.65 3.58 -
YUV 118.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 202 94 28 0 0.53 0.86 0.21 22.76 0.76 0.45
Hex CA 5E 1C 0 35 56 15 17 4C 2D
Octal 312 136 34 0 65 126 25 27 114 55
Binary 11001010 1011110 11100 0 110101 1010110 10101 10111 1001100 101101

Color Harmonies of #CA5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E1C

Black with #CA5E1C

Text Example


Text Example

White with #CA5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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