#CC608F

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

Shades of Hopbush #CC608F

Tints of Hopbush #CC608F

Color information

#CC608F (or 0xCC608F) is unknown color: approx Hopbush. HEX triplet: CC, 60 and 8F. RGB value is (204,96,143). Sum of RGB (Red+Green+Blue) = 204+96+143=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608F is #339F70. Grayscale: #858585. Windows color (decimal): -3383153 or 9396428. OLE color: 9396428.

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

Color convert

RGB20496143-
CMYK00.530.300.2
HSL333.89º51.43%58.82%-
HSV(B)333.89º52.94%80%-
XYZ34.0423.1928.67-
YUV133.65133.28178.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=46.05%
G=21.67%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049614300.530.300.2333.8951.4358.82
HexCC608F0351E1414e333b
Octal31414021706536245166373
Binary1100110011000001000111101101011111010100101001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC608F; }

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

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

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

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

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

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

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

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