Html Css Color HEX #C34343 Chestnut

📋 copy color: '#C34343'

red 195 ◦ green 67 ◦ blue 67

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

Shades of Chestnut #C34343

Tints of Chestnut #C34343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 59.27%
G = 20.36%
B = 20.36%

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

#C34343 (or 0xC34343) is known color: Chestnut. HEX triplet: C3, 43 and 43. RGB value is (195,67,67). Sum of RGB (Red+Green+Blue) = 195+67+67=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C34343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34343 is #3CBCBC. Grayscale: #696969. Windows color (decimal): -3980477 or 4408259. OLE color: 4408259.

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

Color convert

RGB 195 67 67 -
CMYK 0 0.66 0.66 0.24
HSL 0.52% 0.51% -
HSV(B) 0.66% 0.76% -
XYZ 25.53 16.02 7.06 -
YUV 105.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 195 67 67 0 0.66 0.66 0.24 0 0.52 0.51
Hex C3 43 43 0 42 42 18 0 34 33
Octal 303 103 103 0 102 102 30 0 64 63
Binary 11000011 1000011 1000011 0 1000010 1000010 11000 0 110100 110011

Color Harmonies of #C34343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34343

Black with #C34343

Text Example


Text Example

White with #C34343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34343; }

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

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

background-color css

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

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

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

border-color css

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

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

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