#CC61A6

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

Shades of Hopbush #CC61A6

Tints of Hopbush #CC61A6

Color information

#CC61A6 (or 0xCC61A6) is unknown color: approx Hopbush. HEX triplet: CC, 61 and A6. RGB value is (204,97,166). Sum of RGB (Red+Green+Blue) = 204+97+166=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61A6 is #339E59. Grayscale: #888888. Windows color (decimal): -3382874 or 10904012. OLE color: 10904012.

HSL color Cylindrical-coordinate representation of color #CC61A6: hue angle of 321.31º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC61A6 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB20497166-
CMYK00.520.190.2
HSL321.31º51.2%59.02%-
HSV(B)321.31º52.45%80%-
XYZ36.0624.1438.84-
YUV136.86144.45175.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=43.68%
G=20.77%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049716600.520.190.2321.3151.259.02
HexCC61A60341314141333b
Octal31414124606423245016373
Binary1100110011000011010011001101001001110100101000001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61A6; }

 p { color: rgb(204,97,166); }

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

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

 a { background-color: rgb(204,97,166); }

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

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

 span { border-color: rgb(204,97,166); }

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