#C20952

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

Shades of Ruby #C20952

Tints of Ruby #C20952

Color information

#C20952 (or 0xC20952) is unknown color: approx Ruby. HEX triplet: C2, 09 and 52. RGB value is (194,9,82). Sum of RGB (Red+Green+Blue) = 194+9+82=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C20952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20952 is #3DF6AD. Grayscale: #484848. Windows color (decimal): -4060846 or 5376450. OLE color: 5376450.

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

Color convert

RGB194982-
CMYK00.950.580.24
HSL336.32º91.13%39.8%-
HSV(B)336.32º95.36%76.08%-
XYZ23.8712.279.09-
YUV72.64133.29214.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.07%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=68.07%
G=3.16%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19498200.950.580.24336.3291.1339.8
HexC295205F3A181505b28
Octal302111220137723052013350
Binary110000101001101001001011111111010110001010100001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20952; }

 p { color: rgb(194,9,82); }

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

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

 a { background-color: rgb(194,9,82); }

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

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

 span { border-color: rgb(194,9,82); }

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