#CC74A0

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

Shades of Hopbush #CC74A0

Tints of Hopbush #CC74A0

Color information

#CC74A0 (or 0xCC74A0) is unknown color: approx Hopbush. HEX triplet: CC, 74 and A0. RGB value is (204,116,160). Sum of RGB (Red+Green+Blue) = 204+116+160=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC74A0 is #338B5F. Grayscale: #939393. Windows color (decimal): -3378016 or 10515660. OLE color: 10515660.

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

Color convert

RGB204116160-
CMYK00.430.220.2
HSL330º46.32%62.75%-
HSV(B)330º43.14%80%-
XYZ37.4927.8736.66-
YUV147.33135.15168.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=42.5%
G=24.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411616000.430.220.233046.3262.75
HexCC74A002B161414a2e3f
Octal31416424005326245125677
Binary1100110011101001010000001010111011010100101001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74A0; }

 p { color: rgb(204,116,160); }

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

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

 a { background-color: rgb(204,116,160); }

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

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

 span { border-color: rgb(204,116,160); }

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