#C0564B

Color #C0564B Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #C0564B

Tints of Sunset #C0564B

Color information

#C0564B (or 0xC0564B) is unknown color: approx Sunset. HEX triplet: C0, 56 and 4B. RGB value is (192,86,75). Sum of RGB (Red+Green+Blue) = 192+86+75=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0564B is #3FA9B4. Grayscale: #747474. Windows color (decimal): -4172213 or 4937408. OLE color: 4937408.

HSL color Cylindrical-coordinate representation of color #C0564B: hue angle of 5.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0564B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1928675-
CMYK00.550.610.25
HSL5.64º48.15%52.35%-
HSV(B)5.64º60.94%75.29%-
XYZ26.3418.378.81-
YUV116.44104.62181.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=54.39%
G=24.36%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192867500.550.610.255.6448.1552.35
HexC0564B0373D1963034
Octal300126113067753166064
Binary1100000010101101001011011011111110111001110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0564B; }

 p { color: rgb(192,86,75); }

 H1.HeaderClassName
 {
   color: #C0564B;
 }
 .AnyTagClassName
 {
   color: #C0564B;
 }
</style>
background-color css

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

 a { background-color: rgb(192,86,75); }

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

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

 span { border-color: rgb(192,86,75); }

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