#CC7A9D

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

Shades of Hopbush #CC7A9D

Tints of Hopbush #CC7A9D

Color information

#CC7A9D (or 0xCC7A9D) is unknown color: approx Hopbush. HEX triplet: CC, 7A and 9D. RGB value is (204,122,157). Sum of RGB (Red+Green+Blue) = 204+122+157=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A9D is #338562. Grayscale: #969696. Windows color (decimal): -3376483 or 10320588. OLE color: 10320588.

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

Color convert

RGB204122157-
CMYK00.400.230.2
HSL334.39º44.57%63.92%-
HSV(B)334.39º40.2%80%-
XYZ37.9529.1935.53-
YUV150.51131.67166.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=42.24%
G=25.26%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412215700.400.230.2334.3944.5763.92
HexCC7A9D028171414e2d40
Octal314172235050272451655100
Binary11001100111101010011101010100010111101001010011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A9D; }

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

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

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

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

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

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

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

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