#cf7b9f

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

Shades of Hopbush #CF7B9F

Tints of Hopbush #CF7B9F

Color information

#CF7B9F (or 0xCF7B9F) is unknown color: approx Hopbush. HEX triplet: CF, 7B and 9F. RGB value is (207,123,159). Sum of RGB (Red+Green+Blue) = 207+123+159=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7B9F is #308460. Grayscale: #989898. Windows color (decimal): -3179617 or 10451919. OLE color: 10451919.

HSL color Cylindrical-coordinate representation of color #CF7B9F: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7B9F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207123159-
CMYK00.410.230.19
HSL334.29º46.67%64.71%-
HSV(B)334.29º40.58%81.18%-
XYZ39.0729.9336.52-
YUV152.22131.83167.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=42.33%
G=25.15%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712315900.410.230.19334.2946.6764.71
HexCF7B9F029171314e2f41
Octal317173237051272351657101
Binary11001111111101110011111010100110111100111010011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7b9f; }

 p { color: rgb(207,123,159); }

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

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

 a { background-color: rgb(207,123,159); }

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

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

 span { border-color: rgb(207,123,159); }

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