Html Css Color HEX #C80C54 Ruby

📋 copy color: '#C80C54'

red 200 ◦ green 12 ◦ blue 84

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

Shades of Ruby #C80C54

Tints of Ruby #C80C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 67.57%
G = 4.05%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80C54 (or 0xC80C54) is known color: Ruby. HEX triplet: C8, 0C and 54. RGB value is (200,12,84). Sum of RGB (Red+Green+Blue) = 200+12+84=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C54 is #37F3AB. Grayscale: #4C4C4C. Windows color (decimal): -3666860 or 5508296. OLE color: 5508296.

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

Color convert

RGB 200 12 84 -
CMYK 0 0.94 0.58 0.22
HSL 337.02º 0.89% 0.42% -
HSV(B) 337.02º 0.94% 0.78% -
XYZ 25.55 13.18 9.59 -
YUV 76.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 200 12 84 0 0.94 0.58 0.22 337.02 0.89 0.42
Hex C8 C 54 0 5E 3A 16 151 59 2A
Octal 310 14 124 0 136 72 26 521 131 52
Binary 11001000 1100 1010100 0 1011110 111010 10110 101010001 1011001 101010

Color Harmonies of #C80C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C54

Black with #C80C54

Text Example


Text Example

White with #C80C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C54; }

 p { color: rgb(200,12,84); }

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

background-color css

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

 a { background-color: rgb(200,12,84); }

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

border-color css

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

 span { border-color: rgb(200,12,84); }

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