#CF5D88

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

Shades of Hopbush #CF5D88

Tints of Hopbush #CF5D88

Color information

#CF5D88 (or 0xCF5D88) is unknown color: approx Hopbush. HEX triplet: CF, 5D and 88. RGB value is (207,93,136). Sum of RGB (Red+Green+Blue) = 207+93+136=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5D88 is #30A277. Grayscale: #838383. Windows color (decimal): -3187320 or 8936911. OLE color: 8936911.

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

Color convert

RGB20793136-
CMYK00.550.340.19
HSL337.37º54.29%58.82%-
HSV(B)337.37º55.07%81.18%-
XYZ34.0922.8725.91-
YUV131.99130.27181.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.48%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=47.48%
G=21.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079313600.550.340.19337.3754.2958.82
HexCF5D880372213151363b
Octal31713521006742235216673
Binary11001111101110110001000011011110001010011101010001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5D88; }

 p { color: rgb(207,93,136); }

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

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

 a { background-color: rgb(207,93,136); }

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

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

 span { border-color: rgb(207,93,136); }

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