#CF759C

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

Shades of Hopbush #CF759C

Tints of Hopbush #CF759C

Color information

#CF759C (or 0xCF759C) is unknown color: approx Hopbush. HEX triplet: CF, 75 and 9C. RGB value is (207,117,156). Sum of RGB (Red+Green+Blue) = 207+117+156=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF759C is #308A63. Grayscale: #949494. Windows color (decimal): -3181156 or 10253775. OLE color: 10253775.

HSL color Cylindrical-coordinate representation of color #CF759C: hue angle of 334º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF759C is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207117156-
CMYK00.430.250.19
HSL334º48.39%63.53%-
HSV(B)334º43.48%81.18%-
XYZ38.0928.3934.92-
YUV148.36132.32169.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.12%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=43.12%
G=24.38%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711715600.430.250.1933448.3963.53
HexCF759C02B191314e3040
Octal317165234053312351660100
Binary11001111111010110011100010101111001100111010011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF759C; }

 p { color: rgb(207,117,156); }

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

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

 a { background-color: rgb(207,117,156); }

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

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

 span { border-color: rgb(207,117,156); }

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