#CC608B

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

Shades of Hopbush #CC608B

Tints of Hopbush #CC608B

Color information

#CC608B (or 0xCC608B) is unknown color: approx Hopbush. HEX triplet: CC, 60 and 8B. RGB value is (204,96,139). Sum of RGB (Red+Green+Blue) = 204+96+139=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608B is #339F74. Grayscale: #858585. Windows color (decimal): -3383157 or 9134284. OLE color: 9134284.

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

Color convert

RGB20496139-
CMYK00.530.320.2
HSL336.11º51.43%58.82%-
HSV(B)336.11º52.94%80%-
XYZ33.7423.0727.1-
YUV133.19131.28178.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=46.47%
G=21.87%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049613900.530.320.2336.1151.4358.82
HexCC608B0352014150333b
Octal31414021306540245206373
Binary11001100110000010001011011010110000010100101010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC608B; }

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

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

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

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

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

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

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

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