Html Css Color HEX #C80A50 Ruby

📋 copy color: '#C80A50'

red 200 ◦ green 10 ◦ blue 80

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

Shades of Ruby #C80A50

Tints of Ruby #C80A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.45%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 68.97%
G = 3.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C80A50 (or 0xC80A50) is known color: Ruby. HEX triplet: C8, 0A and 50. RGB value is (200,10,80). Sum of RGB (Red+Green+Blue) = 200+10+80=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A50 is #37F5AF. Grayscale: #4A4A4A. Windows color (decimal): -3667376 or 5245640. OLE color: 5245640.

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

Color convert

RGB 200 10 80 -
CMYK 0 0.95 0.6 0.22
HSL 337.89º 0.9% 0.41% -
HSV(B) 337.89º 0.95% 0.78% -
XYZ 25.38 13.08 8.78 -
YUV 74.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 200 10 80 0 0.95 0.6 0.22 337.89 0.9 0.41
Hex C8 A 50 0 5F 3C 16 152 5A 29
Octal 310 12 120 0 137 74 26 522 132 51
Binary 11001000 1010 1010000 0 1011111 111100 10110 101010010 1011010 101001

Color Harmonies of #C80A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A50

Black with #C80A50

Text Example


Text Example

White with #C80A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A50; }

 p { color: rgb(200,10,80); }

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

background-color css

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

 a { background-color: rgb(200,10,80); }

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

border-color css

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

 span { border-color: rgb(200,10,80); }

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