#C8055A

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

Shades of Ruby #C8055A

Tints of Ruby #C8055A

Color information

#C8055A (or 0xC8055A) is unknown color: approx Ruby. HEX triplet: C8, 05 and 5A. RGB value is (200,5,90). Sum of RGB (Red+Green+Blue) = 200+5+90=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8055A is #37FAA5. Grayscale: #484848. Windows color (decimal): -3668646 or 5899720. OLE color: 5899720.

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

Color convert

RGB200590-
CMYK00.980.550.22
HSL333.85º95.12%40.2%-
HSV(B)333.85º97.5%78.43%-
XYZ25.7213.1310.85-
YUV73137.6218.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.80%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=67.80%
G=1.69%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20059000.980.550.22333.8595.1240.2
HexC855A062371614e5f28
Octal31051320142672651613750
Binary11001000101101101001100010110111101101010011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8055A; }

 p { color: rgb(200,5,90); }

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

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

 a { background-color: rgb(200,5,90); }

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

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

 span { border-color: rgb(200,5,90); }

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