Html Css Color HEX #C81060 Ruby

📋 copy color: '#C81060'

red 200 ◦ green 16 ◦ blue 96

#C81060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C81060

Tints of Ruby #C81060

RGB

 RED value IS 200 (78.52% from 255) = 64.1%

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 64.1%
G = 5.13%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C81060 (or 0xC81060) is known color: Ruby. HEX triplet: C8, 10 and 60. RGB value is (200,16,96). Sum of RGB (Red+Green+Blue) = 200+16+96=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C81060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81060 is #37EF9F. Grayscale: #505050. Windows color (decimal): -3665824 or 6295752. OLE color: 6295752.

HSL color Cylindrical-coordinate representation of color #C81060: hue angle of 333.91º 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 #C81060 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 16 96 -
CMYK 0 0.92 0.52 0.22
HSL 333.91º 0.85% 0.42% -
HSV(B) 333.91º 0.92% 0.78% -
XYZ 26.12 13.49 12.29 -
YUV 80.14 136.96 213.5 -
System Red Green Blue C M Y K H S L
Decimal 200 16 96 0 0.92 0.52 0.22 333.91 0.85 0.42
Hex C8 10 60 0 5C 34 16 14E 55 2A
Octal 310 20 140 0 134 64 26 516 125 52
Binary 11001000 10000 1100000 0 1011100 110100 10110 101001110 1010101 101010

Color Harmonies of #C81060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81060

Black with #C81060

Text Example


Text Example

White with #C81060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81060; }

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

 H1.HeaderClassName
 {
   color: #C81060;
 }
 .AnyTagClassName
 {
   color: #C81060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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