#CC7FAB

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

Shades of Hopbush #CC7FAB

Tints of Hopbush #CC7FAB

Color information

#CC7FAB (or 0xCC7FAB) is unknown color: approx Hopbush. HEX triplet: CC, 7F and AB. RGB value is (204,127,171). Sum of RGB (Red+Green+Blue) = 204+127+171=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FAB is #338054. Grayscale: #9A9A9A. Windows color (decimal): -3375189 or 11239372. OLE color: 11239372.

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

Color convert

RGB204127171-
CMYK00.380.160.2
HSL325.71º43.02%64.9%-
HSV(B)325.71º37.75%80%-
XYZ39.8430.9642.4-
YUV155.04137.01162.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=40.64%
G=25.30%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412717100.380.160.2325.7143.0264.9
HexCC7FAB02610141462b41
Octal314177253046202450653101
Binary11001100111111110101011010011010000101001010001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FAB; }

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

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

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

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

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

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

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

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