Html Css Color HEX #C44140 Chestnut

📋 copy color: '#C44140'

red 196 ◦ green 65 ◦ blue 64

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

Shades of Chestnut #C44140

Tints of Chestnut #C44140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 60.31%
G = 20%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C44140 (or 0xC44140) is known color: Chestnut. HEX triplet: C4, 41 and 40. RGB value is (196,65,64). Sum of RGB (Red+Green+Blue) = 196+65+64=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C44140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44140 is #3BBEBF. Grayscale: #686868. Windows color (decimal): -3915456 or 4211140. OLE color: 4211140.

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

Color convert

RGB 196 65 64 -
CMYK 0 0.67 0.67 0.23
HSL 0.45º 0.53% 0.51% -
HSV(B) 0.45º 0.67% 0.77% -
XYZ 25.58 15.89 6.57 -
YUV 104.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 196 65 64 0 0.67 0.67 0.23 0.45 0.53 0.51
Hex C4 41 40 0 43 43 17 0 35 33
Octal 304 101 100 0 103 103 27 0 65 63
Binary 11000100 1000001 1000000 0 1000011 1000011 10111 0 110101 110011

Color Harmonies of #C44140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44140

Black with #C44140

Text Example


Text Example

White with #C44140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44140; }

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

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

background-color css

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

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

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

border-color css

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

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

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