Html Css Color HEX #C80A57 Ruby

📋 copy color: '#C80A57'

red 200 ◦ green 10 ◦ blue 87

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

Shades of Ruby #C80A57

Tints of Ruby #C80A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 67.34%
G = 3.37%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C80A57 (or 0xC80A57) is known color: Ruby. HEX triplet: C8, 0A and 57. RGB value is (200,10,87). Sum of RGB (Red+Green+Blue) = 200+10+87=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A57 is #37F5A8. Grayscale: #4B4B4B. Windows color (decimal): -3667369 or 5704392. OLE color: 5704392.

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

Color convert

RGB 200 10 87 -
CMYK 0 0.95 0.56 0.22
HSL 335.68º 0.9% 0.41% -
HSV(B) 335.68º 0.95% 0.78% -
XYZ 25.65 13.18 10.21 -
YUV 75.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 200 10 87 0 0.95 0.56 0.22 335.68 0.9 0.41
Hex C8 A 57 0 5F 38 16 150 5A 29
Octal 310 12 127 0 137 70 26 520 132 51
Binary 11001000 1010 1010111 0 1011111 111000 10110 101010000 1011010 101001

Color Harmonies of #C80A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A57

Black with #C80A57

Text Example


Text Example

White with #C80A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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