#CC759A

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

Shades of Hopbush #CC759A

Tints of Hopbush #CC759A

Color information

#CC759A (or 0xCC759A) is unknown color: approx Hopbush. HEX triplet: CC, 75 and 9A. RGB value is (204,117,154). Sum of RGB (Red+Green+Blue) = 204+117+154=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC759A is #338A65. Grayscale: #939393. Windows color (decimal): -3377766 or 10122700. OLE color: 10122700.

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

Color convert

RGB204117154-
CMYK00.430.250.2
HSL334.48º46.03%62.94%-
HSV(B)334.48º42.65%80%-
XYZ37.127.8934-
YUV147.23131.82168.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=42.95%
G=24.63%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411715400.430.250.2334.4846.0362.94
HexCC759A02B191414e2e3f
Octal31416523205331245165677
Binary1100110011101011001101001010111100110100101001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC759A; }

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

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

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

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

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

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

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

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