#C1564E

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

Shades of Sunset #C1564E

Tints of Sunset #C1564E

Color information

#C1564E (or 0xC1564E) is unknown color: approx Sunset. HEX triplet: C1, 56 and 4E. RGB value is (193,86,78). Sum of RGB (Red+Green+Blue) = 193+86+78=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1564E is #3EA9B1. Grayscale: #757575. Windows color (decimal): -4106674 or 5134017. OLE color: 5134017.

HSL color Cylindrical-coordinate representation of color #C1564E: hue angle of 4.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1564E is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1938678-
CMYK00.550.600.24
HSL4.17º48.12%53.14%-
HSV(B)4.17º59.59%75.69%-
XYZ26.718.549.38-
YUV117.08105.95182.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=54.06%
G=24.09%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193867800.550.600.244.1748.1253.14
HexC1564E0373C1843035
Octal301126116067743046065
Binary1100000110101101001110011011111110011000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1564E; }

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

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

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

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

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

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

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

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