#CE769F

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

Shades of Hopbush #CE769F

Tints of Hopbush #CE769F

Color information

#CE769F (or 0xCE769F) is unknown color: approx Hopbush. HEX triplet: CE, 76 and 9F. RGB value is (206,118,159). Sum of RGB (Red+Green+Blue) = 206+118+159=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE769F is #318960. Grayscale: #949494. Windows color (decimal): -3246433 or 10450638. OLE color: 10450638.

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

Color convert

RGB206118159-
CMYK00.430.230.19
HSL332.05º47.31%63.53%-
HSV(B)332.05º42.72%80.78%-
XYZ38.1928.5836.3-
YUV148.99133.65168.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=42.65%
G=24.43%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611815900.430.230.19332.0547.3163.53
HexCE769F02B171314c2f40
Octal316166237053272351457100
Binary11001110111011010011111010101110111100111010011001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE769F; }

 p { color: rgb(206,118,159); }

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

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

 a { background-color: rgb(206,118,159); }

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

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

 span { border-color: rgb(206,118,159); }

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