Html Css Color HEX #C34341 Chestnut

📋 copy color: '#C34341'

red 195 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #C34341

Tints of Chestnut #C34341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 59.63%
G = 20.49%
B = 19.88%

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

#C34341 (or 0xC34341) is known color: Chestnut. HEX triplet: C3, 43 and 41. RGB value is (195,67,65). Sum of RGB (Red+Green+Blue) = 195+67+65=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C34341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34341 is #3CBCBE. Grayscale: #696969. Windows color (decimal): -3980479 or 4277187. OLE color: 4277187.

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

Color convert

RGB 195 67 65 -
CMYK 0 0.66 0.67 0.24
HSL 0.92º 0.52% 0.51% -
HSV(B) 0.92º 0.67% 0.76% -
XYZ 25.47 16 6.75 -
YUV 105.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 195 67 65 0 0.66 0.67 0.24 0.92 0.52 0.51
Hex C3 43 41 0 42 43 18 1 34 33
Octal 303 103 101 0 102 103 30 1 64 63
Binary 11000011 1000011 1000001 0 1000010 1000011 11000 1 110100 110011

Color Harmonies of #C34341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34341

Black with #C34341

Text Example


Text Example

White with #C34341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34341; }

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

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

background-color css

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

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

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

border-color css

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

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

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