#CD6F99

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

Shades of Hopbush #CD6F99

Tints of Hopbush #CD6F99

Color information

#CD6F99 (or 0xCD6F99) is unknown color: approx Hopbush. HEX triplet: CD, 6F and 99. RGB value is (205,111,153). Sum of RGB (Red+Green+Blue) = 205+111+153=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6F99 is #329066. Grayscale: #8F8F8F. Windows color (decimal): -3313767 or 10055629. OLE color: 10055629.

HSL color Cylindrical-coordinate representation of color #CD6F99: hue angle of 333.19º degrees, saturation: 0.48, 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 #CD6F99 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205111153-
CMYK00.460.250.20
HSL333.19º48.45%61.96%-
HSV(B)333.19º45.85%80.39%-
XYZ36.6126.6533.35-
YUV143.89133.14171.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 111 (43.75% from 255) = 23.67%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=43.71%
G=23.67%
B=32.62%

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
Decimal20511115300.460.250.20333.1948.4561.96
HexCD6F9902E191414d303e
Octal31515723105631245156076
Binary1100110111011111001100101011101100110100101001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F99; }

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

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

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

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

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

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

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

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