Html Css Color HEX #C04442 Chestnut

📋 copy color: '#C04442'

red 192 ◦ green 68 ◦ blue 66

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

Shades of Chestnut #C04442

Tints of Chestnut #C04442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 58.9%
G = 20.86%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04442 (or 0xC04442) is known color: Chestnut. HEX triplet: C0, 44 and 42. RGB value is (192,68,66). Sum of RGB (Red+Green+Blue) = 192+68+66=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04442 is #3FBBBD. Grayscale: #686868. Windows color (decimal): -4176830 or 4342976. OLE color: 4342976.

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

Color convert

RGB 192 68 66 -
CMYK 0 0.65 0.66 0.25
HSL 0.95º 0.5% 0.51% -
HSV(B) 0.95º 0.66% 0.75% -
XYZ 24.79 15.73 6.88 -
YUV 104.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 192 68 66 0 0.65 0.66 0.25 0.95 0.5 0.51
Hex C0 44 42 0 41 42 19 1 32 33
Octal 300 104 102 0 101 102 31 1 62 63
Binary 11000000 1000100 1000010 0 1000001 1000010 11001 1 110010 110011

Color Harmonies of #C04442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04442

Black with #C04442

Text Example


Text Example

White with #C04442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04442; }

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

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

background-color css

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

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

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

border-color css

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

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

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