#CF76A9

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

Shades of Hopbush #CF76A9

Tints of Hopbush #CF76A9

Color information

#CF76A9 (or 0xCF76A9) is unknown color: approx Hopbush. HEX triplet: CF, 76 and A9. RGB value is (207,118,169). Sum of RGB (Red+Green+Blue) = 207+118+169=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76A9 is #308956. Grayscale: #969696. Windows color (decimal): -3180887 or 11105999. OLE color: 11105999.

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

Color convert

RGB207118169-
CMYK00.430.180.19
HSL325.62º48.11%63.73%-
HSV(B)325.62º43%81.18%-
XYZ39.3729.0941.08-
YUV150.42138.49168.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=41.90%
G=23.89%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711816900.430.180.19325.6248.1163.73
HexCF76A902B12131463040
Octal317166251053222350660100
Binary11001111111011010101001010101110010100111010001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76A9; }

 p { color: rgb(207,118,169); }

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

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

 a { background-color: rgb(207,118,169); }

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

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

 span { border-color: rgb(207,118,169); }

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