Html Css Color HEX #C5084E Ruby

📋 copy color: '#C5084E'

red 197 ◦ green 8 ◦ blue 78

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

Shades of Ruby #C5084E

Tints of Ruby #C5084E

RGB

 RED value IS 197 (77.34% from 255) = 69.61%

 GREEN value IS 8 (3.52% from 255) = 2.83%

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 69.61%
G = 2.83%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5084E (or 0xC5084E) is known color: Ruby. HEX triplet: C5, 08 and 4E. RGB value is (197,8,78). Sum of RGB (Red+Green+Blue) = 197+8+78=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5084E is #3AF7B1. Grayscale: #484848. Windows color (decimal): -3864498 or 5114053. OLE color: 5114053.

HSL color Cylindrical-coordinate representation of color #C5084E: hue angle of 337.78º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5084E is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 78 -
CMYK 0 0.96 0.60 0.23
HSL 337.78º 0.92% 0.4% -
HSV(B) 337.78º 0.96% 0.77% -
XYZ 24.49 12.59 8.35 -
YUV 72.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 197 8 78 0 0.96 0.60 0.23 337.78 0.92 0.4
Hex C5 8 4E 0 60 3C 17 152 5C 28
Octal 305 10 116 0 140 74 27 522 134 50
Binary 11000101 1000 1001110 0 1100000 111100 10111 101010010 1011100 101000

Color Harmonies of #C5084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5084E

Black with #C5084E

Text Example


Text Example

White with #C5084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5084E; }

 p { color: rgb(197,8,78); }

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

background-color css

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

 a { background-color: rgb(197,8,78); }

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

border-color css

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

 span { border-color: rgb(197,8,78); }

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