Html Css Color HEX #CA591C Chocolate

📋 copy color: '#CA591C'

red 202 ◦ green 89 ◦ blue 28

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

Shades of Chocolate #CA591C

Tints of Chocolate #CA591C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

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

R = 63.32%
G = 27.9%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA591C (or 0xCA591C) is known color: Chocolate. HEX triplet: CA, 59 and 1C. RGB value is (202,89,28). Sum of RGB (Red+Green+Blue) = 202+89+28=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA591C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA591C is #35A6E3. Grayscale: #747474. Windows color (decimal): -3516132 or 1857994. OLE color: 1857994.

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

Color convert

RGB 202 89 28 -
CMYK 0 0.56 0.86 0.21
HSL 21.03º 0.76% 0.45% -
HSV(B) 21.03º 0.86% 0.79% -
XYZ 28.14 19.79 3.43 -
YUV 115.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 202 89 28 0 0.56 0.86 0.21 21.03 0.76 0.45
Hex CA 59 1C 0 38 56 15 15 4C 2D
Octal 312 131 34 0 70 126 25 25 114 55
Binary 11001010 1011001 11100 0 111000 1010110 10101 10101 1001100 101101

Color Harmonies of #CA591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA591C

Black with #CA591C

Text Example


Text Example

White with #CA591C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA591C; }

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

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

background-color css

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

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

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

border-color css

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

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

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