Html Css Color HEX #C34242 Chestnut

📋 copy color: '#C34242'

red 195 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #C34242

Tints of Chestnut #C34242

RGB

 RED value IS 195 (76.56% from 255) = 59.63%

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

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

R = 59.63%
G = 20.18%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C34242 (or 0xC34242) is known color: Chestnut. HEX triplet: C3, 42 and 42. RGB value is (195,66,66). Sum of RGB (Red+Green+Blue) = 195+66+66=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C34242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34242 is #3CBDBD. Grayscale: #686868. Windows color (decimal): -3980734 or 4342467. OLE color: 4342467.

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

Color convert

RGB 195 66 66 -
CMYK 0 0.66 0.66 0.24
HSL 0.52% 0.51% -
HSV(B) 0.66% 0.76% -
XYZ 25.44 15.89 6.88 -
YUV 104.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 195 66 66 0 0.66 0.66 0.24 0 0.52 0.51
Hex C3 42 42 0 42 42 18 0 34 33
Octal 303 102 102 0 102 102 30 0 64 63
Binary 11000011 1000010 1000010 0 1000010 1000010 11000 0 110100 110011

Color Harmonies of #C34242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34242

Black with #C34242

Text Example


Text Example

White with #C34242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34242; }

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

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

background-color css

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

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

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

border-color css

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

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

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