#CC65AA

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

Shades of Hopbush #CC65AA

Tints of Hopbush #CC65AA

Color information

#CC65AA (or 0xCC65AA) is unknown color: approx Hopbush. HEX triplet: CC, 65 and AA. RGB value is (204,101,170). Sum of RGB (Red+Green+Blue) = 204+101+170=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65AA is #339A55. Grayscale: #8B8B8B. Windows color (decimal): -3381846 or 11167180. OLE color: 11167180.

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

Color convert

RGB204101170-
CMYK00.500.170.2
HSL319.81º50.24%59.8%-
HSV(B)319.81º50.49%80%-
XYZ36.8125.0540.92-
YUV139.66145.12173.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 101 (39.84% from 255) = 21.26%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=42.95%
G=21.26%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410117000.500.170.2319.8150.2459.8
HexCC65AA0321114140323c
Octal31414525206221245006274
Binary1100110011001011010101001100101000110100101000000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65AA; }

 p { color: rgb(204,101,170); }

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

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

 a { background-color: rgb(204,101,170); }

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

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

 span { border-color: rgb(204,101,170); }

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