#CF6E98

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

Shades of Hopbush #CF6E98

Tints of Hopbush #CF6E98

Color information

#CF6E98 (or 0xCF6E98) is unknown color: approx Hopbush. HEX triplet: CF, 6E and 98. RGB value is (207,110,152). Sum of RGB (Red+Green+Blue) = 207+110+152=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6E98 is #309167. Grayscale: #8F8F8F. Windows color (decimal): -3182952 or 9989839. OLE color: 9989839.

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

Color convert

RGB207110152-
CMYK00.470.270.19
HSL334.02º50.26%62.16%-
HSV(B)334.02º46.86%81.18%-
XYZ36.9826.6832.91-
YUV143.79132.64173.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=44.14%
G=23.45%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711015200.470.270.19334.0250.2662.16
HexCF6E9802F1B1314e323e
Octal31715623005733235166276
Binary1100111111011101001100001011111101110011101001110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6E98; }

 p { color: rgb(207,110,152); }

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

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

 a { background-color: rgb(207,110,152); }

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

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

 span { border-color: rgb(207,110,152); }

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