Html Css Color HEX #C0403F Chestnut

📋 copy color: '#C0403F'

red 192 ◦ green 64 ◦ blue 63

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

Shades of Chestnut #C0403F

Tints of Chestnut #C0403F

RGB

 RED value IS 192 (75.39% from 255) = 60.19%

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

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

R = 60.19%
G = 20.06%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0403F (or 0xC0403F) is known color: Chestnut. HEX triplet: C0, 40 and 3F. RGB value is (192,64,63). Sum of RGB (Red+Green+Blue) = 192+64+63=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0403F is #3FBFC0. Grayscale: #666666. Windows color (decimal): -4177857 or 4145344. OLE color: 4145344.

HSL color Cylindrical-coordinate representation of color #C0403F: hue angle of 0.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0403F is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 63 -
CMYK 0 0.67 0.67 0.25
HSL 0.47º 0.51% 0.5% -
HSV(B) 0.47º 0.67% 0.75% -
XYZ 24.47 15.23 6.35 -
YUV 102.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 192 64 63 0 0.67 0.67 0.25 0.47 0.51 0.5
Hex C0 40 3F 0 43 43 19 0 33 32
Octal 300 100 77 0 103 103 31 0 63 62
Binary 11000000 1000000 111111 0 1000011 1000011 11001 0 110011 110010

Color Harmonies of #C0403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0403F

Black with #C0403F

Text Example


Text Example

White with #C0403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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