#CE7B9B

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

Shades of Hopbush #CE7B9B

Tints of Hopbush #CE7B9B

Color information

#CE7B9B (or 0xCE7B9B) is unknown color: approx Hopbush. HEX triplet: CE, 7B and 9B. RGB value is (206,123,155). Sum of RGB (Red+Green+Blue) = 206+123+155=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B9B is #318464. Grayscale: #979797. Windows color (decimal): -3245157 or 10189774. OLE color: 10189774.

HSL color Cylindrical-coordinate representation of color #CE7B9B: hue angle of 336.87º 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 #CE7B9B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206123155-
CMYK00.400.250.19
HSL336.87º45.86%64.51%-
HSV(B)336.87º40.29%80.78%-
XYZ38.4529.6534.71-
YUV151.46130166.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=42.56%
G=25.41%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612315500.400.250.19336.8745.8664.51
HexCE7B9B02819131512e41
Octal316173233050312352156101
Binary11001110111101110011011010100011001100111010100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B9B; }

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

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

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

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

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

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

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

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