#CF086F

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

Shades of Ruby #CF086F

Tints of Ruby #CF086F

Color information

#CF086F (or 0xCF086F) is unknown color: approx Ruby. HEX triplet: CF, 08 and 6F. RGB value is (207,8,111). Sum of RGB (Red+Green+Blue) = 207+8+111=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF086F is #30F790. Grayscale: #4F4F4F. Windows color (decimal): -3209105 or 7276751. OLE color: 7276751.

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

Color convert

RGB2078111-
CMYK00.960.460.19
HSL328.94º92.56%42.16%-
HSV(B)328.94º96.14%81.18%-
XYZ28.6914.5916.34-
YUV79.24145.93219.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.50%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=63.50%
G=2.45%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207811100.960.460.19328.9492.5642.16
HexCF86F0602E131495d2a
Octal317101570140562351113552
Binary110011111000110111101100000101110100111010010011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF086F; }

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

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

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

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

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

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

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

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