Html Css Color HEX #C04440 Chestnut

📋 copy color: '#C04440'

red 192 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #C04440

Tints of Chestnut #C04440

RGB

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

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

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

R = 59.26%
G = 20.99%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04440 (or 0xC04440) is known color: Chestnut. HEX triplet: C0, 44 and 40. RGB value is (192,68,64). Sum of RGB (Red+Green+Blue) = 192+68+64=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04440 is #3FBBBF. Grayscale: #686868. Windows color (decimal): -4176832 or 4211904. OLE color: 4211904.

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

Color convert

RGB 192 68 64 -
CMYK 0 0.65 0.67 0.25
HSL 1.88º 0.5% 0.5% -
HSV(B) 1.88º 0.67% 0.75% -
XYZ 24.73 15.71 6.58 -
YUV 104.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 192 68 64 0 0.65 0.67 0.25 1.88 0.5 0.5
Hex C0 44 40 0 41 43 19 2 32 32
Octal 300 104 100 0 101 103 31 2 62 62
Binary 11000000 1000100 1000000 0 1000001 1000011 11001 10 110010 110010

Color Harmonies of #C04440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04440

Black with #C04440

Text Example


Text Example

White with #C04440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04440; }

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

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

background-color css

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

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

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

border-color css

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

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

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