#CF6088

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

Shades of Hopbush #CF6088

Tints of Hopbush #CF6088

Color information

#CF6088 (or 0xCF6088) is unknown color: approx Hopbush. HEX triplet: CF, 60 and 88. RGB value is (207,96,136). Sum of RGB (Red+Green+Blue) = 207+96+136=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6088 is #309F77. Grayscale: #858585. Windows color (decimal): -3186552 or 8937679. OLE color: 8937679.

HSL color Cylindrical-coordinate representation of color #CF6088: hue angle of 338.38º 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 #CF6088 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB20796136-
CMYK00.540.340.19
HSL338.38º53.62%59.41%-
HSV(B)338.38º53.62%81.18%-
XYZ34.3623.4126-
YUV133.75129.27180.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=47.15%
G=21.87%
B=30.98%

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
Decimal2079613600.540.340.19338.3853.6259.41
HexCF60880362213152363b
Octal31714021006642235226673
Binary11001111110000010001000011011010001010011101010010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6088; }

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

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

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

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

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

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

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

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