#C70957

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

Shades of Ruby #C70957

Tints of Ruby #C70957

Color information

#C70957 (or 0xC70957) is unknown color: approx Ruby. HEX triplet: C7, 09 and 57. RGB value is (199,9,87). Sum of RGB (Red+Green+Blue) = 199+9+87=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C70957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70957 is #38F6A8. Grayscale: #4A4A4A. Windows color (decimal): -3733161 or 5704135. OLE color: 5704135.

HSL color Cylindrical-coordinate representation of color #C70957: hue angle of 335.37º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70957 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB199987-
CMYK00.950.560.22
HSL335.37º91.35%40.78%-
HSV(B)335.37º95.48%78.04%-
XYZ25.3713.0310.19-
YUV74.7134.95216.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.46%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=67.46%
G=3.05%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19998700.950.560.22335.3791.3540.78
HexC795705F381614f5b29
Octal307111270137702651713351
Binary110001111001101011101011111111000101101010011111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70957; }

 p { color: rgb(199,9,87); }

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

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

 a { background-color: rgb(199,9,87); }

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

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

 span { border-color: rgb(199,9,87); }

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