#CC608C

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

Shades of Hopbush #CC608C

Tints of Hopbush #CC608C

Color information

#CC608C (or 0xCC608C) is unknown color: approx Hopbush. HEX triplet: CC, 60 and 8C. RGB value is (204,96,140). Sum of RGB (Red+Green+Blue) = 204+96+140=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608C is #339F73. Grayscale: #858585. Windows color (decimal): -3383156 or 9199820. OLE color: 9199820.

HSL color Cylindrical-coordinate representation of color #CC608C: hue angle of 335.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC608C is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB20496140-
CMYK00.530.310.2
HSL335.56º51.43%58.82%-
HSV(B)335.56º52.94%80%-
XYZ33.8223.127.49-
YUV133.31131.78178.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=46.36%
G=21.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049614000.530.310.2335.5651.4358.82
HexCC608C0351F14150333b
Octal31414021406537245206373
Binary1100110011000001000110001101011111110100101010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC608C; }

 p { color: rgb(204,96,140); }

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

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

 a { background-color: rgb(204,96,140); }

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

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

 span { border-color: rgb(204,96,140); }

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