#CF185F

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

Shades of Ruby #CF185F

Tints of Ruby #CF185F

Color information

#CF185F (or 0xCF185F) is unknown color: approx Ruby. HEX triplet: CF, 18 and 5F. RGB value is (207,24,95). Sum of RGB (Red+Green+Blue) = 207+24+95=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF185F is #30E7A0. Grayscale: #565656. Windows color (decimal): -3205025 or 6232271. OLE color: 6232271.

HSL color Cylindrical-coordinate representation of color #CF185F: hue angle of 336.72º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF185F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2072495-
CMYK00.880.540.19
HSL336.72º79.22%45.29%-
HSV(B)336.72º88.41%81.18%-
XYZ28.1214.7412.19-
YUV86.81132.63213.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.50%
GREEN value IS 24 (9.77% from 255) = 7.36%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=63.50%
G=7.36%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207249500.880.540.19336.7279.2245.29
HexCF185F05836131514f2d
Octal317301370130662352111755
Binary1100111111000101111101011000110110100111010100011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF185F; }

 p { color: rgb(207,24,95); }

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

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

 a { background-color: rgb(207,24,95); }

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

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

 span { border-color: rgb(207,24,95); }

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