Html Css Color HEX #C34342 Chestnut

📋 copy color: '#C34342'

red 195 ◦ green 67 ◦ blue 66

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

Shades of Chestnut #C34342

Tints of Chestnut #C34342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 59.45%
G = 20.43%
B = 20.12%

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

#C34342 (or 0xC34342) is known color: Chestnut. HEX triplet: C3, 43 and 42. RGB value is (195,67,66). Sum of RGB (Red+Green+Blue) = 195+67+66=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34342 is #3CBCBD. Grayscale: #696969. Windows color (decimal): -3980478 or 4342723. OLE color: 4342723.

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

Color convert

RGB 195 67 66 -
CMYK 0 0.66 0.66 0.24
HSL 0.47º 0.52% 0.51% -
HSV(B) 0.47º 0.66% 0.76% -
XYZ 25.5 16.01 6.9 -
YUV 105.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 195 67 66 0 0.66 0.66 0.24 0.47 0.52 0.51
Hex C3 43 42 0 42 42 18 0 34 33
Octal 303 103 102 0 102 102 30 0 64 63
Binary 11000011 1000011 1000010 0 1000010 1000010 11000 0 110100 110011

Color Harmonies of #C34342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34342

Black with #C34342

Text Example


Text Example

White with #C34342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34342; }

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

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

background-color css

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

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

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

border-color css

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

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

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