#C0564E

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

Shades of Sunset #C0564E

Tints of Sunset #C0564E

Color information

#C0564E (or 0xC0564E) is unknown color: approx Sunset. HEX triplet: C0, 56 and 4E. RGB value is (192,86,78). Sum of RGB (Red+Green+Blue) = 192+86+78=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0564E is #3FA9B1. Grayscale: #747474. Windows color (decimal): -4172210 or 5134016. OLE color: 5134016.

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

Color convert

RGB1928678-
CMYK00.550.590.25
HSL4.21º47.5%52.94%-
HSV(B)4.21º59.38%75.29%-
XYZ26.4418.419.37-
YUV116.78106.12181.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=53.93%
G=24.16%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192867800.550.590.254.2147.552.94
HexC0564E0373B1943035
Octal300126116067733146065
Binary1100000010101101001110011011111101111001100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0564E; }

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

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

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

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

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

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

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

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