#CC6989

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

Shades of Hopbush #CC6989

Tints of Hopbush #CC6989

Color information

#CC6989 (or 0xCC6989) is unknown color: approx Hopbush. HEX triplet: CC, 69 and 89. RGB value is (204,105,137). Sum of RGB (Red+Green+Blue) = 204+105+137=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6989 is #339676. Grayscale: #8A8A8A. Windows color (decimal): -3380855 or 9005516. OLE color: 9005516.

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

Color convert

RGB204105137-
CMYK00.490.330.2
HSL340.61º49.25%60.59%-
HSV(B)340.61º48.53%80%-
XYZ34.4724.7526.63-
YUV138.25127.3174.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=45.74%
G=23.54%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410513700.490.330.2340.6149.2560.59
HexCC69890312114155313d
Octal31415121106141245256175
Binary11001100110100110001001011000110000110100101010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6989; }

 p { color: rgb(204,105,137); }

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

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

 a { background-color: rgb(204,105,137); }

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

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

 span { border-color: rgb(204,105,137); }

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