#CD5C95

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

Shades of Hopbush #CD5C95

Tints of Hopbush #CD5C95

Color information

#CD5C95 (or 0xCD5C95) is unknown color: approx Hopbush. HEX triplet: CD, 5C and 95. RGB value is (205,92,149). Sum of RGB (Red+Green+Blue) = 205+92+149=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5C95 is #32A36A. Grayscale: #848484. Windows color (decimal): -3318635 or 9788621. OLE color: 9788621.

HSL color Cylindrical-coordinate representation of color #CD5C95: hue angle of 329.73º 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 #CD5C95 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20592149-
CMYK00.550.270.20
HSL329.73º53.05%58.24%-
HSV(B)329.73º55.12%80.39%-
XYZ34.4322.831.02-
YUV132.28137.44179.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=45.96%
G=20.63%
B=33.41%

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
Decimal2059214900.550.270.20329.7353.0558.24
HexCD5C950371B1414a353a
Octal31513422506733245126572
Binary1100110110111001001010101101111101110100101001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C95; }

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

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

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

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

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

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

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

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