Html Css Color HEX #C3403F Chestnut

📋 copy color: '#C3403F'

red 195 ◦ green 64 ◦ blue 63

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

Shades of Chestnut #C3403F

Tints of Chestnut #C3403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 60.56%
G = 19.88%
B = 19.57%

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

#C3403F (or 0xC3403F) is known color: Chestnut. HEX triplet: C3, 40 and 3F. RGB value is (195,64,63). Sum of RGB (Red+Green+Blue) = 195+64+63=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3403F is #3CBFC0. Grayscale: #676767. Windows color (decimal): -3981249 or 4145347. OLE color: 4145347.

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

Color convert

RGB 195 64 63 -
CMYK 0 0.67 0.68 0.24
HSL 0.45º 0.52% 0.51% -
HSV(B) 0.45º 0.68% 0.76% -
XYZ 25.24 15.63 6.39 -
YUV 103.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 195 64 63 0 0.67 0.68 0.24 0.45 0.52 0.51
Hex C3 40 3F 0 43 44 18 0 34 33
Octal 303 100 77 0 103 104 30 0 64 63
Binary 11000011 1000000 111111 0 1000011 1000100 11000 0 110100 110011

Color Harmonies of #C3403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3403F

Black with #C3403F

Text Example


Text Example

White with #C3403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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