#CE6996

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

Shades of Hopbush #CE6996

Tints of Hopbush #CE6996

Color information

#CE6996 (or 0xCE6996) is unknown color: approx Hopbush. HEX triplet: CE, 69 and 96. RGB value is (206,105,150). Sum of RGB (Red+Green+Blue) = 206+105+150=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6996 is #319669. Grayscale: #8C8C8C. Windows color (decimal): -3249770 or 9857486. OLE color: 9857486.

HSL color Cylindrical-coordinate representation of color #CE6996: hue angle of 333.27º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6996 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206105150-
CMYK00.490.270.19
HSL333.27º50.75%60.98%-
HSV(B)333.27º49.03%80.78%-
XYZ36.0125.4331.86-
YUV140.33133.46174.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=44.69%
G=22.78%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610515000.490.270.19333.2750.7560.98
HexCE69960311B1314d333d
Octal31615122606133235156375
Binary1100111011010011001011001100011101110011101001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6996; }

 p { color: rgb(206,105,150); }

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

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

 a { background-color: rgb(206,105,150); }

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

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

 span { border-color: rgb(206,105,150); }

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