#CE7BAE

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

Shades of Hopbush #CE7BAE

Tints of Hopbush #CE7BAE

Color information

#CE7BAE (or 0xCE7BAE) is unknown color: approx Hopbush. HEX triplet: CE, 7B and AE. RGB value is (206,123,174). Sum of RGB (Red+Green+Blue) = 206+123+174=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7BAE is #318451. Grayscale: #999999. Windows color (decimal): -3245138 or 11434958. OLE color: 11434958.

HSL color Cylindrical-coordinate representation of color #CE7BAE: hue angle of 323.13º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BAE is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206123174-
CMYK00.400.160.19
HSL323.13º45.86%64.51%-
HSV(B)323.13º40.29%80.78%-
XYZ40.1830.3443.78-
YUV153.63139.5165.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=40.95%
G=24.45%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612317400.400.160.19323.1345.8664.51
HexCE7BAE02810131432e41
Octal316173256050202350356101
Binary11001110111101110101110010100010000100111010000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BAE; }

 p { color: rgb(206,123,174); }

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

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

 a { background-color: rgb(206,123,174); }

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

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

 span { border-color: rgb(206,123,174); }

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