Html Css Color HEX #C04242 Chestnut

📋 copy color: '#C04242'

red 192 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #C04242

Tints of Chestnut #C04242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 59.26%
G = 20.37%
B = 20.37%

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

#C04242 (or 0xC04242) is known color: Chestnut. HEX triplet: C0, 42 and 42. RGB value is (192,66,66). Sum of RGB (Red+Green+Blue) = 192+66+66=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04242 is #3FBDBD. Grayscale: #676767. Windows color (decimal): -4177342 or 4342464. OLE color: 4342464.

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

Color convert

RGB 192 66 66 -
CMYK 0 0.66 0.66 0.25
HSL 0.5% 0.51% -
HSV(B) 0.66% 0.75% -
XYZ 24.67 15.5 6.85 -
YUV 103.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 192 66 66 0 0.66 0.66 0.25 0 0.5 0.51
Hex C0 42 42 0 42 42 19 0 32 33
Octal 300 102 102 0 102 102 31 0 62 63
Binary 11000000 1000010 1000010 0 1000010 1000010 11001 0 110010 110011

Color Harmonies of #C04242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04242

Black with #C04242

Text Example


Text Example

White with #C04242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04242; }

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

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

background-color css

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

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

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

border-color css

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

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

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