#C81658

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

Shades of Ruby #C81658

Tints of Ruby #C81658

Color information

#C81658 (or 0xC81658) is unknown color: approx Ruby. HEX triplet: C8, 16 and 58. RGB value is (200,22,88). Sum of RGB (Red+Green+Blue) = 200+22+88=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C81658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81658 is #37E9A7. Grayscale: #525252. Windows color (decimal): -3664296 or 5773000. OLE color: 5773000.

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

Color convert

RGB2002288-
CMYK00.890.560.22
HSL337.75º80.18%43.53%-
HSV(B)337.75º89%78.43%-
XYZ25.8713.5610.49-
YUV82.75130.97211.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.52%
GREEN value IS 22 (8.98% from 255) = 7.10%
BLUE value IS 88 (34.77% from 255) = 28.39%
R=64.52%
G=7.10%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200228800.890.560.22337.7580.1843.53
HexC816580593816152502c
Octal310261300131702652212054
Binary1100100010110101100001011001111000101101010100101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81658; }

 p { color: rgb(200,22,88); }

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

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

 a { background-color: rgb(200,22,88); }

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

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

 span { border-color: rgb(200,22,88); }

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