#CC74B2

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

Shades of Hopbush #CC74B2

Tints of Hopbush #CC74B2

Color information

#CC74B2 (or 0xCC74B2) is unknown color: approx Hopbush. HEX triplet: CC, 74 and B2. RGB value is (204,116,178). Sum of RGB (Red+Green+Blue) = 204+116+178=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC74B2 is #338B4D. Grayscale: #959595. Windows color (decimal): -3377998 or 11695308. OLE color: 11695308.

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

Color convert

RGB204116178-
CMYK00.430.130.2
HSL317.73º46.32%62.75%-
HSV(B)317.73º43.14%80%-
XYZ39.1828.5445.56-
YUV149.38144.15166.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=40.96%
G=23.29%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411617800.430.130.2317.7346.3262.75
HexCC74B202BD1413e2e3f
Octal31416426205315244765677
Binary110011001110100101100100101011110110100100111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74B2; }

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

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

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

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

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

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

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

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