#CD6E99

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

Shades of Hopbush #CD6E99

Tints of Hopbush #CD6E99

Color information

#CD6E99 (or 0xCD6E99) is unknown color: approx Hopbush. HEX triplet: CD, 6E and 99. RGB value is (205,110,153). Sum of RGB (Red+Green+Blue) = 205+110+153=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6E99 is #329166. Grayscale: #8F8F8F. Windows color (decimal): -3314023 or 10055373. OLE color: 10055373.

HSL color Cylindrical-coordinate representation of color #CD6E99: hue angle of 332.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6E99 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205110153-
CMYK00.460.250.20
HSL332.84º48.72%61.76%-
HSV(B)332.84º46.34%80.39%-
XYZ36.526.4333.31-
YUV143.31133.47172-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=43.80%
G=23.50%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511015300.460.250.20332.8448.7261.76
HexCD6E9902E191414d313e
Octal31515623105631245156176
Binary1100110111011101001100101011101100110100101001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E99; }

 p { color: rgb(205,110,153); }

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

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

 a { background-color: rgb(205,110,153); }

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

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

 span { border-color: rgb(205,110,153); }

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