#CC6697

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

Shades of Hopbush #CC6697

Tints of Hopbush #CC6697

Color information

#CC6697 (or 0xCC6697) is unknown color: approx Hopbush. HEX triplet: CC, 66 and 97. RGB value is (204,102,151). Sum of RGB (Red+Green+Blue) = 204+102+151=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6697 is #339968. Grayscale: #898989. Windows color (decimal): -3381609 or 9922252. OLE color: 9922252.

HSL color Cylindrical-coordinate representation of color #CC6697: hue angle of 331.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6697 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204102151-
CMYK00.50.260.2
HSL331.18º50%60%-
HSV(B)331.18º50%80%-
XYZ35.2424.5732.16-
YUV138.08135.29175.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=44.64%
G=22.32%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410215100.50.260.2331.185060
HexCC66970321A1414b323c
Octal31414622706232245136274
Binary1100110011001101001011101100101101010100101001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6697; }

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

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

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

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

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

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

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

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