Html Css Color HEX #C04940 Chestnut

📋 copy color: '#C04940'

red 192 ◦ green 73 ◦ blue 64

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

Shades of Chestnut #C04940

Tints of Chestnut #C04940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 58.36%
G = 22.19%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04940 (or 0xC04940) is known color: Chestnut. HEX triplet: C0, 49 and 40. RGB value is (192,73,64). Sum of RGB (Red+Green+Blue) = 192+73+64=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04940 is #3FB6BF. Grayscale: #6B6B6B. Windows color (decimal): -4175552 or 4213184. OLE color: 4213184.

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

Color convert

RGB 192 73 64 -
CMYK 0 0.62 0.67 0.25
HSL 4.22º 0.5% 0.5% -
HSV(B) 4.22º 0.67% 0.75% -
XYZ 25.05 16.34 6.68 -
YUV 107.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 192 73 64 0 0.62 0.67 0.25 4.22 0.5 0.5
Hex C0 49 40 0 3E 43 19 4 32 32
Octal 300 111 100 0 76 103 31 4 62 62
Binary 11000000 1001001 1000000 0 111110 1000011 11001 100 110010 110010

Color Harmonies of #C04940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04940

Black with #C04940

Text Example


Text Example

White with #C04940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04940; }

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

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

background-color css

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

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

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

border-color css

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

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

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