#C8105A

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

Shades of Ruby #C8105A

Tints of Ruby #C8105A

Color information

#C8105A (or 0xC8105A) is unknown color: approx Ruby. HEX triplet: C8, 10 and 5A. RGB value is (200,16,90). Sum of RGB (Red+Green+Blue) = 200+16+90=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C8105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8105A is #37EFA5. Grayscale: #4F4F4F. Windows color (decimal): -3665830 or 5902536. OLE color: 5902536.

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

Color convert

RGB2001690-
CMYK00.920.550.22
HSL335.87º85.19%42.35%-
HSV(B)335.87º92%78.43%-
XYZ25.8513.3910.89-
YUV79.45133.96213.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.36%
GREEN value IS 16 (6.64% from 255) = 5.23%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=65.36%
G=5.23%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200169000.920.550.22335.8785.1942.35
HexC8105A05C3716150552a
Octal310201320134672652012552
Binary1100100010000101101001011100110111101101010100001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8105A; }

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

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

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

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

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

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

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

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