#CC65AC

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

Shades of Hopbush #CC65AC

Tints of Hopbush #CC65AC

Color information

#CC65AC (or 0xCC65AC) is unknown color: approx Hopbush. HEX triplet: CC, 65 and AC. RGB value is (204,101,172). Sum of RGB (Red+Green+Blue) = 204+101+172=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65AC is #339A53. Grayscale: #8B8B8B. Windows color (decimal): -3381844 or 11298252. OLE color: 11298252.

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

Color convert

RGB204101172-
CMYK00.500.160.2
HSL318.64º50.24%59.8%-
HSV(B)318.64º50.49%80%-
XYZ3725.1241.93-
YUV139.89146.12173.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=42.77%
G=21.17%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410117200.500.160.2318.6450.2459.8
HexCC65AC032101413f323c
Octal31414525406220244776274
Binary1100110011001011010110001100101000010100100111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65AC; }

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

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

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

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

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

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

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

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