#CD6D9B

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

Shades of Hopbush #CD6D9B

Tints of Hopbush #CD6D9B

Color information

#CD6D9B (or 0xCD6D9B) is unknown color: approx Hopbush. HEX triplet: CD, 6D and 9B. RGB value is (205,109,155). Sum of RGB (Red+Green+Blue) = 205+109+155=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6D9B is #329264. Grayscale: #8E8E8E. Windows color (decimal): -3314277 or 10186189. OLE color: 10186189.

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

Color convert

RGB205109155-
CMYK00.470.240.20
HSL331.25º48.98%61.57%-
HSV(B)331.25º46.83%80.39%-
XYZ36.5626.2834.16-
YUV142.95134.8172.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=43.71%
G=23.24%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510915500.470.240.20331.2548.9861.57
HexCD6D9B02F181414b313e
Octal31515523305730245136176
Binary1100110111011011001101101011111100010100101001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D9B; }

 p { color: rgb(205,109,155); }

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

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

 a { background-color: rgb(205,109,155); }

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

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

 span { border-color: rgb(205,109,155); }

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