#CE60A5

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

Shades of Hopbush #CE60A5

Tints of Hopbush #CE60A5

Color information

#CE60A5 (or 0xCE60A5) is unknown color: approx Hopbush. HEX triplet: CE, 60 and A5. RGB value is (206,96,165). Sum of RGB (Red+Green+Blue) = 206+96+165=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE60A5 is #319F5A. Grayscale: #888888. Windows color (decimal): -3252059 or 10838222. OLE color: 10838222.

HSL color Cylindrical-coordinate representation of color #CE60A5: hue angle of 322.36º 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 #CE60A5 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB20696165-
CMYK00.530.200.19
HSL322.36º52.88%59.22%-
HSV(B)322.36º53.4%80.78%-
XYZ36.4324.238.35-
YUV136.76143.94177.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=44.11%
G=20.56%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069616500.530.200.19322.3652.8859.22
HexCE60A50351413142353b
Octal31614024506524235026573
Binary1100111011000001010010101101011010010011101000010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60A5; }

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

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

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

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

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

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

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

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