Html Css Color HEX #C3413F Chestnut

📋 copy color: '#C3413F'

red 195 ◦ green 65 ◦ blue 63

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

Shades of Chestnut #C3413F

Tints of Chestnut #C3413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

 BLUE value IS 63 (25% from 255) = 19.5%

R = 60.37%
G = 20.12%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3413F (or 0xC3413F) is known color: Chestnut. HEX triplet: C3, 41 and 3F. RGB value is (195,65,63). Sum of RGB (Red+Green+Blue) = 195+65+63=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3413F is #3CBEC0. Grayscale: #676767. Windows color (decimal): -3980993 or 4145603. OLE color: 4145603.

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

Color convert

RGB 195 65 63 -
CMYK 0 0.67 0.68 0.24
HSL 0.91º 0.52% 0.51% -
HSV(B) 0.91º 0.68% 0.76% -
XYZ 25.29 15.74 6.41 -
YUV 103.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 195 65 63 0 0.67 0.68 0.24 0.91 0.52 0.51
Hex C3 41 3F 0 43 44 18 1 34 33
Octal 303 101 77 0 103 104 30 1 64 63
Binary 11000011 1000001 111111 0 1000011 1000100 11000 1 110100 110011

Color Harmonies of #C3413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3413F

Black with #C3413F

Text Example


Text Example

White with #C3413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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