Html Css Color HEX #C04842 Chestnut

📋 copy color: '#C04842'

red 192 ◦ green 72 ◦ blue 66

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

Shades of Chestnut #C04842

Tints of Chestnut #C04842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 58.18%
G = 21.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04842 (or 0xC04842) is known color: Chestnut. HEX triplet: C0, 48 and 42. RGB value is (192,72,66). Sum of RGB (Red+Green+Blue) = 192+72+66=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C04842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04842 is #3FB7BD. Grayscale: #6B6B6B. Windows color (decimal): -4175806 or 4344000. OLE color: 4344000.

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

Color convert

RGB 192 72 66 -
CMYK 0 0.63 0.66 0.25
HSL 2.86º 0.5% 0.51% -
HSV(B) 2.86º 0.66% 0.75% -
XYZ 25.04 16.23 6.97 -
YUV 107.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 192 72 66 0 0.63 0.66 0.25 2.86 0.5 0.51
Hex C0 48 42 0 3F 42 19 3 32 33
Octal 300 110 102 0 77 102 31 3 62 63
Binary 11000000 1001000 1000010 0 111111 1000010 11001 11 110010 110011

Color Harmonies of #C04842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04842

Black with #C04842

Text Example


Text Example

White with #C04842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04842; }

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

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

background-color css

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

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

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

border-color css

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

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

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