Html Css Color HEX #C04C41 Chestnut

📋 copy color: '#C04C41'

red 192 ◦ green 76 ◦ blue 65

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

Shades of Chestnut #C04C41

Tints of Chestnut #C04C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

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

R = 57.66%
G = 22.82%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04C41 (or 0xC04C41) is known color: Chestnut. HEX triplet: C0, 4C and 41. RGB value is (192,76,65). Sum of RGB (Red+Green+Blue) = 192+76+65=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C41 is #3FB3BE. Grayscale: #6D6D6D. Windows color (decimal): -4174783 or 4279488. OLE color: 4279488.

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

Color convert

RGB 192 76 65 -
CMYK 0 0.60 0.66 0.25
HSL 5.2º 0.5% 0.5% -
HSV(B) 5.2º 0.66% 0.75% -
XYZ 25.28 16.76 6.9 -
YUV 109.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 192 76 65 0 0.60 0.66 0.25 5.2 0.5 0.5
Hex C0 4C 41 0 3C 42 19 5 32 32
Octal 300 114 101 0 74 102 31 5 62 62
Binary 11000000 1001100 1000001 0 111100 1000010 11001 101 110010 110010

Color Harmonies of #C04C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C41

Black with #C04C41

Text Example


Text Example

White with #C04C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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