#CE7EAC

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

Shades of Hopbush #CE7EAC

Tints of Hopbush #CE7EAC

Color information

#CE7EAC (or 0xCE7EAC) is unknown color: approx Hopbush. HEX triplet: CE, 7E and AC. RGB value is (206,126,172). Sum of RGB (Red+Green+Blue) = 206+126+172=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7EAC is #318153. Grayscale: #9B9B9B. Windows color (decimal): -3244372 or 11304654. OLE color: 11304654.

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

Color convert

RGB206126172-
CMYK00.390.170.19
HSL325.5º44.94%65.1%-
HSV(B)325.5º38.83%80.78%-
XYZ40.3631.0242.89-
YUV155.16137.5164.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=40.87%
G=25%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612617200.390.170.19325.544.9465.1
HexCE7EAC02711131462d41
Octal316176254047212350655101
Binary11001110111111010101100010011110001100111010001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7EAC; }

 p { color: rgb(206,126,172); }

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

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

 a { background-color: rgb(206,126,172); }

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

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

 span { border-color: rgb(206,126,172); }

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