#C8085B

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

Shades of Ruby #C8085B

Tints of Ruby #C8085B

Color information

#C8085B (or 0xC8085B) is unknown color: approx Ruby. HEX triplet: C8, 08 and 5B. RGB value is (200,8,91). Sum of RGB (Red+Green+Blue) = 200+8+91=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8085B is #37F7A4. Grayscale: #4A4A4A. Windows color (decimal): -3667877 or 5966024. OLE color: 5966024.

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

Color convert

RGB200891-
CMYK00.960.540.22
HSL334.06º92.31%40.78%-
HSV(B)334.06º96%78.43%-
XYZ25.7913.2111.09-
YUV74.87137.11217.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.89%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=66.89%
G=2.68%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20089100.960.540.22334.0692.3140.78
HexC885B060361614e5c29
Octal310101330140662651613451
Binary110010001000101101101100000110110101101010011101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8085B; }

 p { color: rgb(200,8,91); }

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

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

 a { background-color: rgb(200,8,91); }

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

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

 span { border-color: rgb(200,8,91); }

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