#CF6F97

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

Shades of Hopbush #CF6F97

Tints of Hopbush #CF6F97

Color information

#CF6F97 (or 0xCF6F97) is unknown color: approx Hopbush. HEX triplet: CF, 6F and 97. RGB value is (207,111,151). Sum of RGB (Red+Green+Blue) = 207+111+151=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F97 is #309068. Grayscale: #909090. Windows color (decimal): -3182697 or 9924559. OLE color: 9924559.

HSL color Cylindrical-coordinate representation of color #CF6F97: hue angle of 335º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F97 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207111151-
CMYK00.460.270.19
HSL335º50%62.35%-
HSV(B)335º46.38%81.18%-
XYZ3726.8732.51-
YUV144.26131.8172.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 111 (43.75% from 255) = 23.67%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=44.14%
G=23.67%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711115100.460.270.193355062.35
HexCF6F9702E1B1314f323e
Octal31715722705633235176276
Binary1100111111011111001011101011101101110011101001111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6F97; }

 p { color: rgb(207,111,151); }

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

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

 a { background-color: rgb(207,111,151); }

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

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

 span { border-color: rgb(207,111,151); }

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