#CF086E

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

Shades of Ruby #CF086E

Tints of Ruby #CF086E

Color information

#CF086E (or 0xCF086E) is unknown color: approx Ruby. HEX triplet: CF, 08 and 6E. RGB value is (207,8,110). Sum of RGB (Red+Green+Blue) = 207+8+110=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF086E is #30F791. Grayscale: #4E4E4E. Windows color (decimal): -3209106 or 7211215. OLE color: 7211215.

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

Color convert

RGB2078110-
CMYK00.960.470.19
HSL329.25º92.56%42.16%-
HSV(B)329.25º96.14%81.18%-
XYZ28.6314.5616.05-
YUV79.13145.43219.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.69%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=63.69%
G=2.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207811000.960.470.19329.2592.5642.16
HexCF86E0602F131495d2a
Octal317101560140572351113552
Binary110011111000110111001100000101111100111010010011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF086E; }

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

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

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

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

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

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

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

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