Html Css Color HEX #C44240 Chestnut

📋 copy color: '#C44240'

red 196 ◦ green 66 ◦ blue 64

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

Shades of Chestnut #C44240

Tints of Chestnut #C44240

RGB

 RED value IS 196 (76.95% from 255) = 60.12%

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 60.12%
G = 20.25%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C44240 (or 0xC44240) is known color: Chestnut. HEX triplet: C4, 42 and 40. RGB value is (196,66,64). Sum of RGB (Red+Green+Blue) = 196+66+64=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C44240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44240 is #3BBDBF. Grayscale: #686868. Windows color (decimal): -3915200 or 4211396. OLE color: 4211396.

HSL color Cylindrical-coordinate representation of color #C44240: hue angle of 0.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44240 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 64 -
CMYK 0 0.66 0.67 0.23
HSL 0.91º 0.53% 0.51% -
HSV(B) 0.91º 0.67% 0.77% -
XYZ 25.64 16 6.59 -
YUV 104.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 196 66 64 0 0.66 0.67 0.23 0.91 0.53 0.51
Hex C4 42 40 0 42 43 17 1 35 33
Octal 304 102 100 0 102 103 27 1 65 63
Binary 11000100 1000010 1000000 0 1000010 1000011 10111 1 110101 110011

Color Harmonies of #C44240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44240

Black with #C44240

Text Example


Text Example

White with #C44240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44240; }

 p { color: rgb(196,66,64); }

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

background-color css

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

 a { background-color: rgb(196,66,64); }

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

border-color css

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

 span { border-color: rgb(196,66,64); }

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