#CC659B

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

Shades of Hopbush #CC659B

Tints of Hopbush #CC659B

Color information

#CC659B (or 0xCC659B) is unknown color: approx Hopbush. HEX triplet: CC, 65 and 9B. RGB value is (204,101,155). Sum of RGB (Red+Green+Blue) = 204+101+155=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC659B is #339A64. Grayscale: #898989. Windows color (decimal): -3381861 or 10184140. OLE color: 10184140.

HSL color Cylindrical-coordinate representation of color #CC659B: hue angle of 328.54º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC659B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204101155-
CMYK00.500.240.2
HSL328.54º50.24%59.8%-
HSV(B)328.54º50.49%80%-
XYZ35.4724.5133.87-
YUV137.95137.62175.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=44.35%
G=21.96%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410115500.500.240.2328.5450.2459.8
HexCC659B0321814149323c
Octal31414523306230245116274
Binary1100110011001011001101101100101100010100101001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC659B; }

 p { color: rgb(204,101,155); }

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

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

 a { background-color: rgb(204,101,155); }

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

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

 span { border-color: rgb(204,101,155); }

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