#CD5D95

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

Shades of Hopbush #CD5D95

Tints of Hopbush #CD5D95

Color information

#CD5D95 (or 0xCD5D95) is unknown color: approx Hopbush. HEX triplet: CD, 5D and 95. RGB value is (205,93,149). Sum of RGB (Red+Green+Blue) = 205+93+149=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5D95 is #32A26A. Grayscale: #848484. Windows color (decimal): -3318379 or 9788877. OLE color: 9788877.

HSL color Cylindrical-coordinate representation of color #CD5D95: hue angle of 330º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5D95 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20593149-
CMYK00.550.270.20
HSL330º52.83%58.43%-
HSV(B)330º54.63%80.39%-
XYZ34.5222.9831.05-
YUV132.87137.11179.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=45.86%
G=20.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059314900.550.270.2033052.8358.43
HexCD5D950371B1414a353a
Octal31513522506733245126572
Binary1100110110111011001010101101111101110100101001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D95; }

 p { color: rgb(205,93,149); }

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

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

 a { background-color: rgb(205,93,149); }

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

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

 span { border-color: rgb(205,93,149); }

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