#CE6390

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

Shades of Hopbush #CE6390

Tints of Hopbush #CE6390

Color information

#CE6390 (or 0xCE6390) is unknown color: approx Hopbush. HEX triplet: CE, 63 and 90. RGB value is (206,99,144). Sum of RGB (Red+Green+Blue) = 206+99+144=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6390 is #319C6F. Grayscale: #888888. Windows color (decimal): -3251312 or 9462734. OLE color: 9462734.

HSL color Cylindrical-coordinate representation of color #CE6390: hue angle of 334.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6390 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB20699144-
CMYK00.520.300.19
HSL334.77º52.2%59.8%-
HSV(B)334.77º51.94%80.78%-
XYZ34.9524.0629.19-
YUV136.12132.45177.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.88%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=45.88%
G=22.05%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069914400.520.300.19334.7752.259.8
HexCE63900341E1314f343c
Octal31614322006436235176474
Binary1100111011000111001000001101001111010011101001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6390; }

 p { color: rgb(206,99,144); }

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

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

 a { background-color: rgb(206,99,144); }

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

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

 span { border-color: rgb(206,99,144); }

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