#CD5F88

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

Shades of Hopbush #CD5F88

Tints of Hopbush #CD5F88

Color information

#CD5F88 (or 0xCD5F88) is unknown color: approx Hopbush. HEX triplet: CD, 5F and 88. RGB value is (205,95,136). Sum of RGB (Red+Green+Blue) = 205+95+136=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5F88 is #32A077. Grayscale: #848484. Windows color (decimal): -3317880 or 8937421. OLE color: 8937421.

HSL color Cylindrical-coordinate representation of color #CD5F88: hue angle of 337.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5F88 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB20595136-
CMYK00.540.340.20
HSL337.64º52.38%58.82%-
HSV(B)337.64º53.66%80.39%-
XYZ33.7122.9425.94-
YUV132.56129.94179.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=47.02%
G=21.79%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059513600.540.340.20337.6452.3858.82
HexCD5F880362214152343b
Octal31513721006642245226473
Binary11001101101111110001000011011010001010100101010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F88; }

 p { color: rgb(205,95,136); }

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

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

 a { background-color: rgb(205,95,136); }

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

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

 span { border-color: rgb(205,95,136); }

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