#CC75B0

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

Shades of Hopbush #CC75B0

Tints of Hopbush #CC75B0

Color information

#CC75B0 (or 0xCC75B0) is unknown color: approx Hopbush. HEX triplet: CC, 75 and B0. RGB value is (204,117,176). Sum of RGB (Red+Green+Blue) = 204+117+176=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC75B0 is #338A4F. Grayscale: #959595. Windows color (decimal): -3377744 or 11564492. OLE color: 11564492.

HSL color Cylindrical-coordinate representation of color #CC75B0: hue angle of 319.31º 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 #CC75B0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204117176-
CMYK00.430.140.2
HSL319.31º46.03%62.94%-
HSV(B)319.31º42.65%80%-
XYZ39.128.6944.55-
YUV149.74142.82166.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=41.05%
G=23.54%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411717600.430.140.2319.3146.0362.94
HexCC75B002BE1413f2e3f
Octal31416526005316244775677
Binary110011001110101101100000101011111010100100111111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75B0; }

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

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

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

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

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

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

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

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