#CF5F88

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

Shades of Hopbush #CF5F88

Tints of Hopbush #CF5F88

Color information

#CF5F88 (or 0xCF5F88) is unknown color: approx Hopbush. HEX triplet: CF, 5F and 88. RGB value is (207,95,136). Sum of RGB (Red+Green+Blue) = 207+95+136=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5F88 is #30A077. Grayscale: #858585. Windows color (decimal): -3186808 or 8937423. OLE color: 8937423.

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

Color convert

RGB20795136-
CMYK00.540.340.19
HSL338.04º53.85%59.22%-
HSV(B)338.04º54.11%81.18%-
XYZ34.2723.2325.97-
YUV133.16129.61180.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=47.26%
G=21.69%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079513600.540.340.19338.0453.8559.22
HexCF5F880362213152363b
Octal31713721006642235226673
Binary11001111101111110001000011011010001010011101010010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F88; }

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

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

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

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

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

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

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

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