#CC769F

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

Shades of Hopbush #CC769F

Tints of Hopbush #CC769F

Color information

#CC769F (or 0xCC769F) is unknown color: approx Hopbush. HEX triplet: CC, 76 and 9F. RGB value is (204,118,159). Sum of RGB (Red+Green+Blue) = 204+118+159=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC769F is #338960. Grayscale: #949494. Windows color (decimal): -3377505 or 10450636. OLE color: 10450636.

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

Color convert

RGB204118159-
CMYK00.420.220.2
HSL331.4º45.74%63.14%-
HSV(B)331.4º42.16%80%-
XYZ37.6428.336.28-
YUV148.39133.99167.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=42.41%
G=24.53%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411815900.420.220.2331.445.7463.14
HexCC769F02A161414b2e3f
Octal31416623705226245135677
Binary1100110011101101001111101010101011010100101001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC769F; }

 p { color: rgb(204,118,159); }

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

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

 a { background-color: rgb(204,118,159); }

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

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

 span { border-color: rgb(204,118,159); }

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