#CC608D

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

Shades of Hopbush #CC608D

Tints of Hopbush #CC608D

Color information

#CC608D (or 0xCC608D) is unknown color: approx Hopbush. HEX triplet: CC, 60 and 8D. RGB value is (204,96,141). Sum of RGB (Red+Green+Blue) = 204+96+141=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608D is #339F72. Grayscale: #858585. Windows color (decimal): -3383155 or 9265356. OLE color: 9265356.

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

Color convert

RGB20496141-
CMYK00.530.310.2
HSL335º51.43%58.82%-
HSV(B)335º52.94%80%-
XYZ33.8923.1327.88-
YUV133.42132.28178.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=46.26%
G=21.77%
B=31.97%

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
Decimal2049614100.530.310.233551.4358.82
HexCC608D0351F1414f333b
Octal31414021506537245176373
Binary1100110011000001000110101101011111110100101001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC608D; }

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

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

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

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

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

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

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

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