Html Css Color HEX #C3423F Chestnut

📋 copy color: '#C3423F'

red 195 ◦ green 66 ◦ blue 63

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

Shades of Chestnut #C3423F

Tints of Chestnut #C3423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 60.19%
G = 20.37%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3423F (or 0xC3423F) is known color: Chestnut. HEX triplet: C3, 42 and 3F. RGB value is (195,66,63). Sum of RGB (Red+Green+Blue) = 195+66+63=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3423F is #3CBDC0. Grayscale: #686868. Windows color (decimal): -3980737 or 4145859. OLE color: 4145859.

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

Color convert

RGB 195 66 63 -
CMYK 0 0.66 0.68 0.24
HSL 1.36º 0.52% 0.51% -
HSV(B) 1.36º 0.68% 0.76% -
XYZ 25.35 15.86 6.43 -
YUV 104.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 195 66 63 0 0.66 0.68 0.24 1.36 0.52 0.51
Hex C3 42 3F 0 42 44 18 1 34 33
Octal 303 102 77 0 102 104 30 1 64 63
Binary 11000011 1000010 111111 0 1000010 1000100 11000 1 110100 110011

Color Harmonies of #C3423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3423F

Black with #C3423F

Text Example


Text Example

White with #C3423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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