#CF6896

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

Shades of Hopbush #CF6896

Tints of Hopbush #CF6896

Color information

#CF6896 (or 0xCF6896) is unknown color: approx Hopbush. HEX triplet: CF, 68 and 96. RGB value is (207,104,150). Sum of RGB (Red+Green+Blue) = 207+104+150=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6896 is #309769. Grayscale: #8B8B8B. Windows color (decimal): -3184490 or 9857231. OLE color: 9857231.

HSL color Cylindrical-coordinate representation of color #CF6896: hue angle of 333.2º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6896 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207104150-
CMYK00.500.280.19
HSL333.2º51.76%60.98%-
HSV(B)333.2º49.76%81.18%-
XYZ36.1925.3731.84-
YUV140.04133.62175.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=44.90%
G=22.56%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710415000.500.280.19333.251.7660.98
HexCF68960321C1314d343d
Octal31715022606234235156475
Binary1100111111010001001011001100101110010011101001101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6896; }

 p { color: rgb(207,104,150); }

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

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

 a { background-color: rgb(207,104,150); }

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

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

 span { border-color: rgb(207,104,150); }

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