Html Css Color HEX #C34541 Chestnut

📋 copy color: '#C34541'

red 195 ◦ green 69 ◦ blue 65

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

Shades of Chestnut #C34541

Tints of Chestnut #C34541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 59.27%
G = 20.97%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C34541 (or 0xC34541) is known color: Chestnut. HEX triplet: C3, 45 and 41. RGB value is (195,69,65). Sum of RGB (Red+Green+Blue) = 195+69+65=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C34541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34541 is #3CBABE. Grayscale: #6A6A6A. Windows color (decimal): -3979967 or 4277699. OLE color: 4277699.

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

Color convert

RGB 195 69 65 -
CMYK 0 0.65 0.67 0.24
HSL 1.85º 0.52% 0.51% -
HSV(B) 1.85º 0.67% 0.76% -
XYZ 25.59 16.24 6.79 -
YUV 106.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 195 69 65 0 0.65 0.67 0.24 1.85 0.52 0.51
Hex C3 45 41 0 41 43 18 2 34 33
Octal 303 105 101 0 101 103 30 2 64 63
Binary 11000011 1000101 1000001 0 1000001 1000011 11000 10 110100 110011

Color Harmonies of #C34541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34541

Black with #C34541

Text Example


Text Example

White with #C34541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34541; }

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

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

background-color css

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

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

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

border-color css

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

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

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