#CC7A99

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

Shades of Hopbush #CC7A99

Tints of Hopbush #CC7A99

Color information

#CC7A99 (or 0xCC7A99) is unknown color: approx Hopbush. HEX triplet: CC, 7A and 99. RGB value is (204,122,153). Sum of RGB (Red+Green+Blue) = 204+122+153=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A99 is #338566. Grayscale: #969696. Windows color (decimal): -3376487 or 10058444. OLE color: 10058444.

HSL color Cylindrical-coordinate representation of color #CC7A99: hue angle of 337.32º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7A99 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204122153-
CMYK00.400.250.2
HSL337.32º44.57%63.92%-
HSV(B)337.32º40.2%80%-
XYZ37.6129.0633.76-
YUV150.05129.67166.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=42.59%
G=25.47%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412215300.400.250.2337.3244.5763.92
HexCC7A9902819141512d40
Octal314172231050312452155100
Binary11001100111101010011001010100011001101001010100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A99; }

 p { color: rgb(204,122,153); }

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

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

 a { background-color: rgb(204,122,153); }

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

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

 span { border-color: rgb(204,122,153); }

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