Html Css Color HEX #C44440 Chestnut

📋 copy color: '#C44440'

red 196 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #C44440

Tints of Chestnut #C44440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 59.76%
G = 20.73%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C44440 (or 0xC44440) is known color: Chestnut. HEX triplet: C4, 44 and 40. RGB value is (196,68,64). Sum of RGB (Red+Green+Blue) = 196+68+64=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C44440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44440 is #3BBBBF. Grayscale: #696969. Windows color (decimal): -3914688 or 4211908. OLE color: 4211908.

HSL color Cylindrical-coordinate representation of color #C44440: hue angle of 1.82º 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 #C44440 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 64 -
CMYK 0 0.65 0.67 0.23
HSL 1.82º 0.53% 0.51% -
HSV(B) 1.82º 0.67% 0.77% -
XYZ 25.76 16.24 6.63 -
YUV 105.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 196 68 64 0 0.65 0.67 0.23 1.82 0.53 0.51
Hex C4 44 40 0 41 43 17 2 35 33
Octal 304 104 100 0 101 103 27 2 65 63
Binary 11000100 1000100 1000000 0 1000001 1000011 10111 10 110101 110011

Color Harmonies of #C44440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44440

Black with #C44440

Text Example


Text Example

White with #C44440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44440; }

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

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

background-color css

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

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

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

border-color css

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

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

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