Html Css Color HEX #C04947 Chestnut

📋 copy color: '#C04947'

red 192 ◦ green 73 ◦ blue 71

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

Shades of Chestnut #C04947

Tints of Chestnut #C04947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 57.14%
G = 21.73%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04947 (or 0xC04947) is known color: Chestnut. HEX triplet: C0, 49 and 47. RGB value is (192,73,71). Sum of RGB (Red+Green+Blue) = 192+73+71=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C04947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04947 is #3FB6B8. Grayscale: #6C6C6C. Windows color (decimal): -4175545 or 4671936. OLE color: 4671936.

HSL color Cylindrical-coordinate representation of color #C04947: hue angle of 0.99º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04947 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 71 -
CMYK 0 0.62 0.63 0.25
HSL 0.99º 0.49% 0.52% -
HSV(B) 0.99º 0.63% 0.75% -
XYZ 25.26 16.43 7.8 -
YUV 108.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 192 73 71 0 0.62 0.63 0.25 0.99 0.49 0.52
Hex C0 49 47 0 3E 3F 19 1 31 34
Octal 300 111 107 0 76 77 31 1 61 64
Binary 11000000 1001001 1000111 0 111110 111111 11001 1 110001 110100

Color Harmonies of #C04947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04947

Black with #C04947

Text Example


Text Example

White with #C04947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04947; }

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

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

background-color css

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

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

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

border-color css

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

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

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