Html Css Color HEX #C04941 Chestnut

📋 copy color: '#C04941'

red 192 ◦ green 73 ◦ blue 65

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

Shades of Chestnut #C04941

Tints of Chestnut #C04941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 58.18%
G = 22.12%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04941 (or 0xC04941) is known color: Chestnut. HEX triplet: C0, 49 and 41. RGB value is (192,73,65). Sum of RGB (Red+Green+Blue) = 192+73+65=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C04941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04941 is #3FB6BE. Grayscale: #6B6B6B. Windows color (decimal): -4175551 or 4278720. OLE color: 4278720.

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

Color convert

RGB 192 73 65 -
CMYK 0 0.62 0.66 0.25
HSL 3.78º 0.5% 0.5% -
HSV(B) 3.78º 0.66% 0.75% -
XYZ 25.07 16.35 6.84 -
YUV 107.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 192 73 65 0 0.62 0.66 0.25 3.78 0.5 0.5
Hex C0 49 41 0 3E 42 19 4 32 32
Octal 300 111 101 0 76 102 31 4 62 62
Binary 11000000 1001001 1000001 0 111110 1000010 11001 100 110010 110010

Color Harmonies of #C04941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04941

Black with #C04941

Text Example


Text Example

White with #C04941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04941; }

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

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

background-color css

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

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

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

border-color css

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

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

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