#CC75AB

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

Shades of Hopbush #CC75AB

Tints of Hopbush #CC75AB

Color information

#CC75AB (or 0xCC75AB) is unknown color: approx Hopbush. HEX triplet: CC, 75 and AB. RGB value is (204,117,171). Sum of RGB (Red+Green+Blue) = 204+117+171=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC75AB is #338A54. Grayscale: #959595. Windows color (decimal): -3377749 or 11236812. OLE color: 11236812.

HSL color Cylindrical-coordinate representation of color #CC75AB: hue angle of 322.76º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC75AB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204117171-
CMYK00.430.160.2
HSL322.76º46.03%62.94%-
HSV(B)322.76º42.65%80%-
XYZ38.6128.541.99-
YUV149.17140.32167.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=41.46%
G=23.78%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411717100.430.160.2322.7646.0362.94
HexCC75AB02B10141432e3f
Octal31416525305320245035677
Binary1100110011101011010101101010111000010100101000011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75AB; }

 p { color: rgb(204,117,171); }

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

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

 a { background-color: rgb(204,117,171); }

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

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

 span { border-color: rgb(204,117,171); }

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