#C21667

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

Shades of Ruby #C21667

Tints of Ruby #C21667

Color information

#C21667 (or 0xC21667) is unknown color: approx Ruby. HEX triplet: C2, 16 and 67. RGB value is (194,22,103). Sum of RGB (Red+Green+Blue) = 194+22+103=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C21667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21667 is #3DE998. Grayscale: #525252. Windows color (decimal): -4057497 or 6756034. OLE color: 6756034.

HSL color Cylindrical-coordinate representation of color #C21667: hue angle of 331.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21667 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19422103-
CMYK00.890.470.24
HSL331.74º79.63%42.35%-
HSV(B)331.74º88.66%76.08%-
XYZ24.9813.0214.03-
YUV82.66139.48207.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=60.82%
G=6.90%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942210300.890.470.24331.7479.6342.35
HexC216670592F1814c502a
Octal302261470131573051412052
Binary1100001010110110011101011001101111110001010011001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21667; }

 p { color: rgb(194,22,103); }

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

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

 a { background-color: rgb(194,22,103); }

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

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

 span { border-color: rgb(194,22,103); }

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