#CE789A

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

Shades of Hopbush #CE789A

Tints of Hopbush #CE789A

Color information

#CE789A (or 0xCE789A) is unknown color: approx Hopbush. HEX triplet: CE, 78 and 9A. RGB value is (206,120,154). Sum of RGB (Red+Green+Blue) = 206+120+154=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE789A is #318765. Grayscale: #959595. Windows color (decimal): -3245926 or 10123470. OLE color: 10123470.

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

Color convert

RGB206120154-
CMYK00.420.250.19
HSL336.28º46.74%63.92%-
HSV(B)336.28º41.75%80.78%-
XYZ3828.8934.14-
YUV149.59130.49168.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=42.92%
G=25%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612015400.420.250.19336.2846.7463.92
HexCE789A02A19131502f40
Octal316170232052312352057100
Binary11001110111100010011010010101011001100111010100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE789A; }

 p { color: rgb(206,120,154); }

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

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

 a { background-color: rgb(206,120,154); }

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

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

 span { border-color: rgb(206,120,154); }

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