#CC7697

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

Shades of Hopbush #CC7697

Tints of Hopbush #CC7697

Color information

#CC7697 (or 0xCC7697) is unknown color: approx Hopbush. HEX triplet: CC, 76 and 97. RGB value is (204,118,151). Sum of RGB (Red+Green+Blue) = 204+118+151=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7697 is #338968. Grayscale: #939393. Windows color (decimal): -3377513 or 9926348. OLE color: 9926348.

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

Color convert

RGB204118151-
CMYK00.420.260.2
HSL336.98º45.74%63.14%-
HSV(B)336.98º42.16%80%-
XYZ36.9728.0332.74-
YUV147.48129.99168.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=43.13%
G=24.95%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411815100.420.260.2336.9845.7463.14
HexCC769702A1A141512e3f
Octal31416622705232245215677
Binary1100110011101101001011101010101101010100101010001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7697; }

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

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

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

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

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

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

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

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