#CF6895

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

Shades of Hopbush #CF6895

Tints of Hopbush #CF6895

Color information

#CF6895 (or 0xCF6895) is unknown color: approx Hopbush. HEX triplet: CF, 68 and 95. RGB value is (207,104,149). Sum of RGB (Red+Green+Blue) = 207+104+149=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6895 is #30976A. Grayscale: #8B8B8B. Windows color (decimal): -3184491 or 9791695. OLE color: 9791695.

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

Color convert

RGB207104149-
CMYK00.500.280.19
HSL333.79º51.76%60.98%-
HSV(B)333.79º49.76%81.18%-
XYZ36.1125.3431.42-
YUV139.93133.12175.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=45%
G=22.61%
B=32.39%

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
Decimal20710414900.500.280.19333.7951.7660.98
HexCF68950321C1314e343d
Octal31715022506234235166475
Binary1100111111010001001010101100101110010011101001110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6895; }

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

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

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

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

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

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

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

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