#CF76A7

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

Shades of Hopbush #CF76A7

Tints of Hopbush #CF76A7

Color information

#CF76A7 (or 0xCF76A7) is unknown color: approx Hopbush. HEX triplet: CF, 76 and A7. RGB value is (207,118,167). Sum of RGB (Red+Green+Blue) = 207+118+167=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76A7 is #308958. Grayscale: #969696. Windows color (decimal): -3180889 or 10974927. OLE color: 10974927.

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

Color convert

RGB207118167-
CMYK00.430.190.19
HSL326.97º48.11%63.73%-
HSV(B)326.97º43%81.18%-
XYZ39.1929.0140.09-
YUV150.2137.49168.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=42.07%
G=23.98%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711816700.430.190.19326.9748.1163.73
HexCF76A702B13131473040
Octal317166247053232350760100
Binary11001111111011010100111010101110011100111010001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76A7; }

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

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

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

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

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

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

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

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