#CF759D

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

Shades of Hopbush #CF759D

Tints of Hopbush #CF759D

Color information

#CF759D (or 0xCF759D) is unknown color: approx Hopbush. HEX triplet: CF, 75 and 9D. RGB value is (207,117,157). Sum of RGB (Red+Green+Blue) = 207+117+157=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF759D is #308A62. Grayscale: #949494. Windows color (decimal): -3181155 or 10319311. OLE color: 10319311.

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

Color convert

RGB207117157-
CMYK00.430.240.19
HSL333.33º48.39%63.53%-
HSV(B)333.33º43.48%81.18%-
XYZ38.1828.4235.37-
YUV148.47132.82169.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=43.04%
G=24.32%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711715700.430.240.19333.3348.3963.53
HexCF759D02B181314d3040
Octal317165235053302351560100
Binary11001111111010110011101010101111000100111010011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF759D; }

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

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

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

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

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

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

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

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