#CC7EAB

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

Shades of Hopbush #CC7EAB

Tints of Hopbush #CC7EAB

Color information

#CC7EAB (or 0xCC7EAB) is unknown color: approx Hopbush. HEX triplet: CC, 7E and AB. RGB value is (204,126,171). Sum of RGB (Red+Green+Blue) = 204+126+171=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EAB is #338154. Grayscale: #9A9A9A. Windows color (decimal): -3375445 or 11239116. OLE color: 11239116.

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

Color convert

RGB204126171-
CMYK00.380.160.2
HSL325.38º43.33%64.71%-
HSV(B)325.38º38.24%80%-
XYZ39.7130.742.36-
YUV154.45137.34163.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 126 (49.61% from 255) = 25.15%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=40.72%
G=25.15%
B=34.13%

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
Decimal20412617100.380.160.2325.3843.3364.71
HexCC7EAB02610141452b41
Octal314176253046202450553101
Binary11001100111111010101011010011010000101001010001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EAB; }

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

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

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

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

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

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

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

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