#CE60AC

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

Shades of Hopbush #CE60AC

Tints of Hopbush #CE60AC

Color information

#CE60AC (or 0xCE60AC) is unknown color: approx Hopbush. HEX triplet: CE, 60 and AC. RGB value is (206,96,172). Sum of RGB (Red+Green+Blue) = 206+96+172=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE60AC is #319F53. Grayscale: #898989. Windows color (decimal): -3252052 or 11296974. OLE color: 11296974.

HSL color Cylindrical-coordinate representation of color #CE60AC: hue angle of 318.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE60AC is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20696172-
CMYK00.530.170.19
HSL318.55º52.88%59.22%-
HSV(B)318.55º53.4%80.78%-
XYZ37.0824.4741.8-
YUV137.55147.44176.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=43.46%
G=20.25%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069617200.530.170.19318.5552.8859.22
HexCE60AC035111313f353b
Octal31614025406521234776573
Binary1100111011000001010110001101011000110011100111111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60AC; }

 p { color: rgb(206,96,172); }

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

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

 a { background-color: rgb(206,96,172); }

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

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

 span { border-color: rgb(206,96,172); }

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