#CC6FA2

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

Shades of Hopbush #CC6FA2

Tints of Hopbush #CC6FA2

Color information

#CC6FA2 (or 0xCC6FA2) is unknown color: approx Hopbush. HEX triplet: CC, 6F and A2. RGB value is (204,111,162). Sum of RGB (Red+Green+Blue) = 204+111+162=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6FA2 is #33905D. Grayscale: #909090. Windows color (decimal): -3379294 or 10645452. OLE color: 10645452.

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

Color convert

RGB204111162-
CMYK00.460.210.2
HSL327.1º47.69%61.76%-
HSV(B)327.1º45.59%80%-
XYZ37.1126.8137.4-
YUV144.62137.81170.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=42.77%
G=23.27%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411116200.460.210.2327.147.6961.76
HexCC6FA202E1514147303e
Octal31415724205625245076076
Binary1100110011011111010001001011101010110100101000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FA2; }

 p { color: rgb(204,111,162); }

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

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

 a { background-color: rgb(204,111,162); }

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

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

 span { border-color: rgb(204,111,162); }

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