#CE7AB1

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

Shades of Hopbush #CE7AB1

Tints of Hopbush #CE7AB1

Color information

#CE7AB1 (or 0xCE7AB1) is unknown color: approx Hopbush. HEX triplet: CE, 7A and B1. RGB value is (206,122,177). Sum of RGB (Red+Green+Blue) = 206+122+177=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7AB1 is #31854E. Grayscale: #999999. Windows color (decimal): -3245391 or 11631310. OLE color: 11631310.

HSL color Cylindrical-coordinate representation of color #CE7AB1: hue angle of 320.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7AB1 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206122177-
CMYK00.410.140.19
HSL320.71º46.15%64.31%-
HSV(B)320.71º40.78%80.78%-
XYZ40.3530.2245.3-
YUV153.39141.33165.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=40.79%
G=24.16%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612217700.410.140.19320.7146.1564.31
HexCE7AB1029E131412e40
Octal316172261051162350156100
Binary1100111011110101011000101010011110100111010000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7AB1; }

 p { color: rgb(206,122,177); }

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

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

 a { background-color: rgb(206,122,177); }

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

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

 span { border-color: rgb(206,122,177); }

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