Html Css Color HEX #C80A5B Ruby

📋 copy color: '#C80A5B'

red 200 ◦ green 10 ◦ blue 91

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

Shades of Ruby #C80A5B

Tints of Ruby #C80A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 66.45%
G = 3.32%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C80A5B (or 0xC80A5B) is known color: Ruby. HEX triplet: C8, 0A and 5B. RGB value is (200,10,91). Sum of RGB (Red+Green+Blue) = 200+10+91=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A5B is #37F5A4. Grayscale: #4B4B4B. Windows color (decimal): -3667365 or 5966536. OLE color: 5966536.

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

Color convert

RGB 200 10 91 -
CMYK 0 0.95 0.54 0.22
HSL 334.42º 0.9% 0.41% -
HSV(B) 334.42º 0.95% 0.78% -
XYZ 25.82 13.25 11.09 -
YUV 76.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 200 10 91 0 0.95 0.54 0.22 334.42 0.9 0.41
Hex C8 A 5B 0 5F 36 16 14E 5A 29
Octal 310 12 133 0 137 66 26 516 132 51
Binary 11001000 1010 1011011 0 1011111 110110 10110 101001110 1011010 101001

Color Harmonies of #C80A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A5B

Black with #C80A5B

Text Example


Text Example

White with #C80A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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