#CF76B1

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

Shades of Hopbush #CF76B1

Tints of Hopbush #CF76B1

Color information

#CF76B1 (or 0xCF76B1) is unknown color: approx Hopbush. HEX triplet: CF, 76 and B1. RGB value is (207,118,177). Sum of RGB (Red+Green+Blue) = 207+118+177=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76B1 is #30894E. Grayscale: #979797. Windows color (decimal): -3180879 or 11630287. OLE color: 11630287.

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

Color convert

RGB207118177-
CMYK00.430.140.19
HSL320.22º48.11%63.73%-
HSV(B)320.22º43%81.18%-
XYZ40.1529.445.15-
YUV151.34142.49167.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=41.24%
G=23.51%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711817700.430.140.19320.2248.1163.73
HexCF76B102BE131403040
Octal317166261053162350060100
Binary1100111111101101011000101010111110100111010000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76B1; }

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

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

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

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

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

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

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

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