Html Css Color HEX #C04541 Chestnut

📋 copy color: '#C04541'

red 192 ◦ green 69 ◦ blue 65

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

Shades of Chestnut #C04541

Tints of Chestnut #C04541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 58.9%
G = 21.17%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04541 (or 0xC04541) is known color: Chestnut. HEX triplet: C0, 45 and 41. RGB value is (192,69,65). Sum of RGB (Red+Green+Blue) = 192+69+65=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04541 is #3FBABE. Grayscale: #696969. Windows color (decimal): -4176575 or 4277696. OLE color: 4277696.

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

Color convert

RGB 192 69 65 -
CMYK 0 0.64 0.66 0.25
HSL 1.89º 0.5% 0.5% -
HSV(B) 1.89º 0.66% 0.75% -
XYZ 24.82 15.84 6.75 -
YUV 105.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 192 69 65 0 0.64 0.66 0.25 1.89 0.5 0.5
Hex C0 45 41 0 40 42 19 2 32 32
Octal 300 105 101 0 100 102 31 2 62 62
Binary 11000000 1000101 1000001 0 1000000 1000010 11001 10 110010 110010

Color Harmonies of #C04541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04541

Black with #C04541

Text Example


Text Example

White with #C04541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04541; }

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

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

background-color css

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

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

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

border-color css

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

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

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