Html Css Color HEX #C44242 Chestnut

📋 copy color: '#C44242'

red 196 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #C44242

Tints of Chestnut #C44242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 59.76%
G = 20.12%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C44242 (or 0xC44242) is known color: Chestnut. HEX triplet: C4, 42 and 42. RGB value is (196,66,66). Sum of RGB (Red+Green+Blue) = 196+66+66=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C44242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44242 is #3BBDBD. Grayscale: #696969. Windows color (decimal): -3915198 or 4342468. OLE color: 4342468.

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

Color convert

RGB 196 66 66 -
CMYK 0 0.66 0.66 0.23
HSL 0.52% 0.51% -
HSV(B) 0.66% 0.77% -
XYZ 25.7 16.03 6.89 -
YUV 104.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 196 66 66 0 0.66 0.66 0.23 0 0.52 0.51
Hex C4 42 42 0 42 42 17 0 34 33
Octal 304 102 102 0 102 102 27 0 64 63
Binary 11000100 1000010 1000010 0 1000010 1000010 10111 0 110100 110011

Color Harmonies of #C44242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44242

Black with #C44242

Text Example


Text Example

White with #C44242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44242; }

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

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

background-color css

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

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

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

border-color css

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

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

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