Html Css Color HEX #C4423F Chestnut

📋 copy color: '#C4423F'

red 196 ◦ green 66 ◦ blue 63

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

Shades of Chestnut #C4423F

Tints of Chestnut #C4423F

RGB

 RED value IS 196 (76.95% from 255) = 60.31%

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

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

R = 60.31%
G = 20.31%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4423F (or 0xC4423F) is known color: Chestnut. HEX triplet: C4, 42 and 3F. RGB value is (196,66,63). Sum of RGB (Red+Green+Blue) = 196+66+63=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4423F is #3BBDC0. Grayscale: #686868. Windows color (decimal): -3915201 or 4145860. OLE color: 4145860.

HSL color Cylindrical-coordinate representation of color #C4423F: hue angle of 1.35º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4423F is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 63 -
CMYK 0 0.66 0.68 0.23
HSL 1.35º 0.53% 0.51% -
HSV(B) 1.35º 0.68% 0.77% -
XYZ 25.61 15.99 6.44 -
YUV 104.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 196 66 63 0 0.66 0.68 0.23 1.35 0.53 0.51
Hex C4 42 3F 0 42 44 17 1 35 33
Octal 304 102 77 0 102 104 27 1 65 63
Binary 11000100 1000010 111111 0 1000010 1000100 10111 1 110101 110011

Color Harmonies of #C4423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4423F

Black with #C4423F

Text Example


Text Example

White with #C4423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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