Html Css Color HEX #C04540 Chestnut

📋 copy color: '#C04540'

red 192 ◦ green 69 ◦ blue 64

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

Shades of Chestnut #C04540

Tints of Chestnut #C04540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 59.08%
G = 21.23%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04540 (or 0xC04540) is known color: Chestnut. HEX triplet: C0, 45 and 40. RGB value is (192,69,64). Sum of RGB (Red+Green+Blue) = 192+69+64=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C04540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04540 is #3FBABF. Grayscale: #696969. Windows color (decimal): -4176576 or 4212160. OLE color: 4212160.

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

Color convert

RGB 192 69 64 -
CMYK 0 0.64 0.67 0.25
HSL 2.34º 0.5% 0.5% -
HSV(B) 2.34º 0.67% 0.75% -
XYZ 24.79 15.83 6.6 -
YUV 105.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 192 69 64 0 0.64 0.67 0.25 2.34 0.5 0.5
Hex C0 45 40 0 40 43 19 2 32 32
Octal 300 105 100 0 100 103 31 2 62 62
Binary 11000000 1000101 1000000 0 1000000 1000011 11001 10 110010 110010

Color Harmonies of #C04540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04540

Black with #C04540

Text Example


Text Example

White with #C04540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04540; }

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

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

background-color css

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

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

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

border-color css

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

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

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