Html Css Color HEX #C04141 Chestnut

📋 copy color: '#C04141'

red 192 ◦ green 65 ◦ blue 65

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

Shades of Chestnut #C04141

Tints of Chestnut #C04141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

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

R = 59.63%
G = 20.19%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04141 (or 0xC04141) is known color: Chestnut. HEX triplet: C0, 41 and 41. RGB value is (192,65,65). Sum of RGB (Red+Green+Blue) = 192+65+65=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04141 is #3FBEBE. Grayscale: #676767. Windows color (decimal): -4177599 or 4276672. OLE color: 4276672.

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

Color convert

RGB 192 65 65 -
CMYK 0 0.66 0.66 0.25
HSL 0.5% 0.5% -
HSV(B) 0.66% 0.75% -
XYZ 24.58 15.37 6.67 -
YUV 102.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 192 65 65 0 0.66 0.66 0.25 0 0.5 0.5
Hex C0 41 41 0 42 42 19 0 32 32
Octal 300 101 101 0 102 102 31 0 62 62
Binary 11000000 1000001 1000001 0 1000010 1000010 11001 0 110010 110010

Color Harmonies of #C04141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04141

Black with #C04141

Text Example


Text Example

White with #C04141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04141; }

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

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

background-color css

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

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

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

border-color css

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

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

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