#CE75AA

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

Shades of Hopbush #CE75AA

Tints of Hopbush #CE75AA

Color information

#CE75AA (or 0xCE75AA) is unknown color: approx Hopbush. HEX triplet: CE, 75 and AA. RGB value is (206,117,170). Sum of RGB (Red+Green+Blue) = 206+117+170=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE75AA is #318A55. Grayscale: #959595. Windows color (decimal): -3246678 or 11171278. OLE color: 11171278.

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

Color convert

RGB206117170-
CMYK00.430.170.19
HSL324.27º47.59%63.33%-
HSV(B)324.27º43.2%80.78%-
XYZ39.0728.7541.52-
YUV149.65139.49168.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=41.78%
G=23.73%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611717000.430.170.19324.2747.5963.33
HexCE75AA02B1113144303f
Octal31616525205321235046077
Binary1100111011101011010101001010111000110011101000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75AA; }

 p { color: rgb(206,117,170); }

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

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

 a { background-color: rgb(206,117,170); }

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

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

 span { border-color: rgb(206,117,170); }

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