Html Css Color HEX #C60D50 Ruby

📋 copy color: '#C60D50'

red 198 ◦ green 13 ◦ blue 80

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

Shades of Ruby #C60D50

Tints of Ruby #C60D50

RGB

 RED value IS 198 (77.73% from 255) = 68.04%

 GREEN value IS 13 (5.47% from 255) = 4.47%

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 68.04%
G = 4.47%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C60D50 (or 0xC60D50) is known color: Ruby. HEX triplet: C6, 0D and 50. RGB value is (198,13,80). Sum of RGB (Red+Green+Blue) = 198+13+80=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D50 is #39F2AF. Grayscale: #4B4B4B. Windows color (decimal): -3797680 or 5246406. OLE color: 5246406.

HSL color Cylindrical-coordinate representation of color #C60D50: hue angle of 338.27º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D50 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 13 80 -
CMYK 0 0.93 0.60 0.22
HSL 338.27º 0.88% 0.41% -
HSV(B) 338.27º 0.93% 0.78% -
XYZ 24.88 12.87 8.76 -
YUV 75.95 130.29 215.05 -
System Red Green Blue C M Y K H S L
Decimal 198 13 80 0 0.93 0.60 0.22 338.27 0.88 0.41
Hex C6 D 50 0 5D 3C 16 152 58 29
Octal 306 15 120 0 135 74 26 522 130 51
Binary 11000110 1101 1010000 0 1011101 111100 10110 101010010 1011000 101001

Color Harmonies of #C60D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D50

Black with #C60D50

Text Example


Text Example

White with #C60D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D50; }

 p { color: rgb(198,13,80); }

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

background-color css

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

 a { background-color: rgb(198,13,80); }

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

border-color css

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

 span { border-color: rgb(198,13,80); }

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