#CC689B

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

Shades of Hopbush #CC689B

Tints of Hopbush #CC689B

Color information

#CC689B (or 0xCC689B) is unknown color: approx Hopbush. HEX triplet: CC, 68 and 9B. RGB value is (204,104,155). Sum of RGB (Red+Green+Blue) = 204+104+155=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC689B is #339764. Grayscale: #8B8B8B. Windows color (decimal): -3381093 or 10184908. OLE color: 10184908.

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

Color convert

RGB204104155-
CMYK00.490.240.2
HSL329.4º49.5%60.39%-
HSV(B)329.4º49.02%80%-
XYZ35.7725.133.97-
YUV139.71136.63173.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=44.06%
G=22.46%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410415500.490.240.2329.449.560.39
HexCC689B0311814149323c
Octal31415023306130245116274
Binary1100110011010001001101101100011100010100101001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC689B; }

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

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

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

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

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

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

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

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