#CC6AAB

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

Shades of Hopbush #CC6AAB

Tints of Hopbush #CC6AAB

Color information

#CC6AAB (or 0xCC6AAB) is unknown color: approx Hopbush. HEX triplet: CC, 6A and AB. RGB value is (204,106,171). Sum of RGB (Red+Green+Blue) = 204+106+171=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AAB is #339554. Grayscale: #8E8E8E. Windows color (decimal): -3380565 or 11233996. OLE color: 11233996.

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

Color convert

RGB204106171-
CMYK00.480.160.2
HSL320.2º49%60.78%-
HSV(B)320.2º48.04%80%-
XYZ37.4126.0941.59-
YUV142.71143.97171.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=42.41%
G=22.04%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410617100.480.160.2320.24960.78
HexCC6AAB0301014140313d
Octal31415225306020245006175
Binary1100110011010101010101101100001000010100101000000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AAB; }

 p { color: rgb(204,106,171); }

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

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

 a { background-color: rgb(204,106,171); }

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

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

 span { border-color: rgb(204,106,171); }

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