#CD6D93

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

Shades of Hopbush #CD6D93

Tints of Hopbush #CD6D93

Color information

#CD6D93 (or 0xCD6D93) is unknown color: approx Hopbush. HEX triplet: CD, 6D and 93. RGB value is (205,109,147). Sum of RGB (Red+Green+Blue) = 205+109+147=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6D93 is #32926C. Grayscale: #8D8D8D. Windows color (decimal): -3314285 or 9661901. OLE color: 9661901.

HSL color Cylindrical-coordinate representation of color #CD6D93: hue angle of 336.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 #CD6D93 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205109147-
CMYK00.470.280.20
HSL336.25º48.98%61.57%-
HSV(B)336.25º46.83%80.39%-
XYZ35.9126.0230.73-
YUV142.04130.8172.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=44.47%
G=23.64%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510914700.470.280.20336.2548.9861.57
HexCD6D9302F1C14150313e
Octal31515522305734245206176
Binary1100110111011011001001101011111110010100101010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D93; }

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

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

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

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

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

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

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

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