Html Css Color HEX #C34340 Chestnut

📋 copy color: '#C34340'

red 195 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #C34340

Tints of Chestnut #C34340

RGB

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

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

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

R = 59.82%
G = 20.55%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C34340 (or 0xC34340) is known color: Chestnut. HEX triplet: C3, 43 and 40. RGB value is (195,67,64). Sum of RGB (Red+Green+Blue) = 195+67+64=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C34340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34340 is #3CBCBF. Grayscale: #696969. Windows color (decimal): -3980480 or 4211651. OLE color: 4211651.

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

Color convert

RGB 195 67 64 -
CMYK 0 0.66 0.67 0.24
HSL 1.37º 0.52% 0.51% -
HSV(B) 1.37º 0.67% 0.76% -
XYZ 25.44 15.99 6.6 -
YUV 104.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 195 67 64 0 0.66 0.67 0.24 1.37 0.52 0.51
Hex C3 43 40 0 42 43 18 1 34 33
Octal 303 103 100 0 102 103 30 1 64 63
Binary 11000011 1000011 1000000 0 1000010 1000011 11000 1 110100 110011

Color Harmonies of #C34340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34340

Black with #C34340

Text Example


Text Example

White with #C34340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34340; }

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

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

background-color css

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

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

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

border-color css

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

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

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