#CE6095

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

Shades of Hopbush #CE6095

Tints of Hopbush #CE6095

Color information

#CE6095 (or 0xCE6095) is unknown color: approx Hopbush. HEX triplet: CE, 60 and 95. RGB value is (206,96,149). Sum of RGB (Red+Green+Blue) = 206+96+149=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6095 is #319F6A. Grayscale: #868686. Windows color (decimal): -3252075 or 9789646. OLE color: 9789646.

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

Color convert

RGB20696149-
CMYK00.530.280.19
HSL331.09º52.88%59.22%-
HSV(B)331.09º53.4%80.78%-
XYZ35.0623.6631.15-
YUV134.93135.94178.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=45.68%
G=21.29%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069614900.530.280.19331.0952.8859.22
HexCE60950351C1314b353b
Octal31614022506534235136573
Binary1100111011000001001010101101011110010011101001011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6095; }

 p { color: rgb(206,96,149); }

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

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

 a { background-color: rgb(206,96,149); }

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

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

 span { border-color: rgb(206,96,149); }

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