#CF76A3

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

Shades of Hopbush #CF76A3

Tints of Hopbush #CF76A3

Color information

#CF76A3 (or 0xCF76A3) is unknown color: approx Hopbush. HEX triplet: CF, 76 and A3. RGB value is (207,118,163). Sum of RGB (Red+Green+Blue) = 207+118+163=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76A3 is #30895C. Grayscale: #959595. Windows color (decimal): -3180893 or 10712783. OLE color: 10712783.

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

Color convert

RGB207118163-
CMYK00.430.210.19
HSL329.66º48.11%63.73%-
HSV(B)329.66º43%81.18%-
XYZ38.8228.8738.18-
YUV149.74135.49168.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 163 (64.06% from 255) = 33.40%
R=42.42%
G=24.18%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711816300.430.210.19329.6648.1163.73
HexCF76A302B151314a3040
Octal317166243053252351260100
Binary11001111111011010100011010101110101100111010010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76A3; }

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

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

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

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

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

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

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

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