#CE75A2

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

Shades of Hopbush #CE75A2

Tints of Hopbush #CE75A2

Color information

#CE75A2 (or 0xCE75A2) is unknown color: approx Hopbush. HEX triplet: CE, 75 and A2. RGB value is (206,117,162). Sum of RGB (Red+Green+Blue) = 206+117+162=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE75A2 is #318A5D. Grayscale: #949494. Windows color (decimal): -3246686 or 10646990. OLE color: 10646990.

HSL color Cylindrical-coordinate representation of color #CE75A2: hue angle of 329.66º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75A2 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB206117162-
CMYK00.430.210.19
HSL329.66º47.59%63.33%-
HSV(B)329.66º43.2%80.78%-
XYZ38.3428.4537.65-
YUV148.74135.49168.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 162 (63.67% from 255) = 33.40%
R=42.47%
G=24.12%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611716200.430.210.19329.6647.5963.33
HexCE75A202B151314a303f
Octal31616524205325235126077
Binary1100111011101011010001001010111010110011101001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75A2; }

 p { color: rgb(206,117,162); }

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

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

 a { background-color: rgb(206,117,162); }

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

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

 span { border-color: rgb(206,117,162); }

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