Html Css Color HEX #C04946 Chestnut

📋 copy color: '#C04946'

red 192 ◦ green 73 ◦ blue 70

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

Shades of Chestnut #C04946

Tints of Chestnut #C04946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 57.31%
G = 21.79%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04946 (or 0xC04946) is known color: Chestnut. HEX triplet: C0, 49 and 46. RGB value is (192,73,70). Sum of RGB (Red+Green+Blue) = 192+73+70=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C04946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04946 is #3FB6B9. Grayscale: #6C6C6C. Windows color (decimal): -4175546 or 4606400. OLE color: 4606400.

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

Color convert

RGB 192 73 70 -
CMYK 0 0.62 0.64 0.25
HSL 1.48º 0.49% 0.51% -
HSV(B) 1.48º 0.64% 0.75% -
XYZ 25.23 16.41 7.63 -
YUV 108.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 192 73 70 0 0.62 0.64 0.25 1.48 0.49 0.51
Hex C0 49 46 0 3E 40 19 1 31 33
Octal 300 111 106 0 76 100 31 1 61 63
Binary 11000000 1001001 1000110 0 111110 1000000 11001 1 110001 110011

Color Harmonies of #C04946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04946

Black with #C04946

Text Example


Text Example

White with #C04946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04946; }

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

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

background-color css

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

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

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

border-color css

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

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

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