Html Css Color HEX #C0473F Chestnut

📋 copy color: '#C0473F'

red 192 ◦ green 71 ◦ blue 63

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

Shades of Chestnut #C0473F

Tints of Chestnut #C0473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 58.9%
G = 21.78%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0473F (or 0xC0473F) is known color: Chestnut. HEX triplet: C0, 47 and 3F. RGB value is (192,71,63). Sum of RGB (Red+Green+Blue) = 192+71+63=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0473F is #3FB8C0. Grayscale: #6A6A6A. Windows color (decimal): -4176065 or 4147136. OLE color: 4147136.

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

Color convert

RGB 192 71 63 -
CMYK 0 0.63 0.67 0.25
HSL 3.72º 0.51% 0.5% -
HSV(B) 3.72º 0.67% 0.75% -
XYZ 24.89 16.07 6.49 -
YUV 106.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 192 71 63 0 0.63 0.67 0.25 3.72 0.51 0.5
Hex C0 47 3F 0 3F 43 19 4 33 32
Octal 300 107 77 0 77 103 31 4 63 62
Binary 11000000 1000111 111111 0 111111 1000011 11001 100 110011 110010

Color Harmonies of #C0473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0473F

Black with #C0473F

Text Example


Text Example

White with #C0473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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