Html Css Color HEX #C04944 Chestnut

📋 copy color: '#C04944'

red 192 ◦ green 73 ◦ blue 68

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

Shades of Chestnut #C04944

Tints of Chestnut #C04944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 57.66%
G = 21.92%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C04944 (or 0xC04944) is known color: Chestnut. HEX triplet: C0, 49 and 44. RGB value is (192,73,68). Sum of RGB (Red+Green+Blue) = 192+73+68=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04944 is #3FB6BB. Grayscale: #6C6C6C. Windows color (decimal): -4175548 or 4475328. OLE color: 4475328.

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

Color convert

RGB 192 73 68 -
CMYK 0 0.62 0.65 0.25
HSL 2.42º 0.5% 0.51% -
HSV(B) 2.42º 0.65% 0.75% -
XYZ 25.16 16.39 7.31 -
YUV 108.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 192 73 68 0 0.62 0.65 0.25 2.42 0.5 0.51
Hex C0 49 44 0 3E 41 19 2 32 33
Octal 300 111 104 0 76 101 31 2 62 63
Binary 11000000 1001001 1000100 0 111110 1000001 11001 10 110010 110011

Color Harmonies of #C04944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04944

Black with #C04944

Text Example


Text Example

White with #C04944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04944; }

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

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

background-color css

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

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

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

border-color css

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

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

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