#CD60AB

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

Shades of Hopbush #CD60AB

Tints of Hopbush #CD60AB

Color information

#CD60AB (or 0xCD60AB) is unknown color: approx Hopbush. HEX triplet: CD, 60 and AB. RGB value is (205,96,171). Sum of RGB (Red+Green+Blue) = 205+96+171=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD60AB is #329F54. Grayscale: #888888. Windows color (decimal): -3317589 or 11231437. OLE color: 11231437.

HSL color Cylindrical-coordinate representation of color #CD60AB: hue angle of 318.72º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD60AB is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20596171-
CMYK00.530.170.20
HSL318.72º52.15%59.02%-
HSV(B)318.72º53.17%80.39%-
XYZ36.7124.2941.28-
YUV137.14147.11176.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=43.43%
G=20.34%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059617100.530.170.20318.7252.1559.02
HexCD60AB035111413f343b
Octal31514025306521244776473
Binary1100110111000001010101101101011000110100100111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60AB; }

 p { color: rgb(205,96,171); }

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

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

 a { background-color: rgb(205,96,171); }

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

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

 span { border-color: rgb(205,96,171); }

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