#C80F6B

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

Shades of Ruby #C80F6B

Tints of Ruby #C80F6B

Color information

#C80F6B (or 0xC80F6B) is unknown color: approx Ruby. HEX triplet: C8, 0F and 6B. RGB value is (200,15,107). Sum of RGB (Red+Green+Blue) = 200+15+107=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80F6B is #37F094. Grayscale: #505050. Windows color (decimal): -3666069 or 7016392. OLE color: 7016392.

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

Color convert

RGB20015107-
CMYK00.920.460.22
HSL330.16º86.05%42.16%-
HSV(B)330.16º92.5%78.43%-
XYZ26.6413.6815.15-
YUV80.8142.79213.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.11%
GREEN value IS 15 (6.25% from 255) = 4.66%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=62.11%
G=4.66%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001510700.920.460.22330.1686.0542.16
HexC8F6B05C2E1614a562a
Octal310171530134562651212652
Binary110010001111110101101011100101110101101010010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80F6B; }

 p { color: rgb(200,15,107); }

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

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

 a { background-color: rgb(200,15,107); }

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

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

 span { border-color: rgb(200,15,107); }

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