Html Css Color HEX #C80A55 Ruby

📋 copy color: '#C80A55'

red 200 ◦ green 10 ◦ blue 85

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

Shades of Ruby #C80A55

Tints of Ruby #C80A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 67.8%
G = 3.39%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80A55 (or 0xC80A55) is known color: Ruby. HEX triplet: C8, 0A and 55. RGB value is (200,10,85). Sum of RGB (Red+Green+Blue) = 200+10+85=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A55 is #37F5AA. Grayscale: #4B4B4B. Windows color (decimal): -3667371 or 5573320. OLE color: 5573320.

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

Color convert

RGB 200 10 85 -
CMYK 0 0.95 0.58 0.22
HSL 336.32º 0.9% 0.41% -
HSV(B) 336.32º 0.95% 0.78% -
XYZ 25.57 13.15 9.79 -
YUV 75.36 133.45 216.9 -
System Red Green Blue C M Y K H S L
Decimal 200 10 85 0 0.95 0.58 0.22 336.32 0.9 0.41
Hex C8 A 55 0 5F 3A 16 150 5A 29
Octal 310 12 125 0 137 72 26 520 132 51
Binary 11001000 1010 1010101 0 1011111 111010 10110 101010000 1011010 101001

Color Harmonies of #C80A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A55

Black with #C80A55

Text Example


Text Example

White with #C80A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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