#C30850

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

Shades of Ruby #C30850

Tints of Ruby #C30850

Color information

#C30850 (or 0xC30850) is unknown color: approx Ruby. HEX triplet: C3, 08 and 50. RGB value is (195,8,80). Sum of RGB (Red+Green+Blue) = 195+8+80=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30850 is #3CF7AF. Grayscale: #484848. Windows color (decimal): -3995568 or 5245123. OLE color: 5245123.

HSL color Cylindrical-coordinate representation of color #C30850: hue angle of 336.9º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30850 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB195880-
CMYK00.960.590.24
HSL336.9º92.12%39.8%-
HSV(B)336.9º95.9%76.47%-
XYZ24.0412.358.71-
YUV72.12132.45215.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.90%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=68.90%
G=2.83%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19588000.960.590.24336.992.1239.8
HexC38500603B181515c28
Octal303101200140733052113450
Binary110000111000101000001100000111011110001010100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30850; }

 p { color: rgb(195,8,80); }

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

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

 a { background-color: rgb(195,8,80); }

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

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

 span { border-color: rgb(195,8,80); }

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