Html Css Color HEX #C60A59 Ruby

📋 copy color: '#C60A59'

red 198 ◦ green 10 ◦ blue 89

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

Shades of Ruby #C60A59

Tints of Ruby #C60A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 66.67%
G = 3.37%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C60A59 (or 0xC60A59) is known color: Ruby. HEX triplet: C6, 0A and 59. RGB value is (198,10,89). Sum of RGB (Red+Green+Blue) = 198+10+89=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A59 is #39F5A6. Grayscale: #4B4B4B. Windows color (decimal): -3798439 or 5835462. OLE color: 5835462.

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

Color convert

RGB 198 10 89 -
CMYK 0 0.95 0.55 0.22
HSL 334.79º 0.9% 0.41% -
HSV(B) 334.79º 0.95% 0.78% -
XYZ 25.2 12.94 10.62 -
YUV 75.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 198 10 89 0 0.95 0.55 0.22 334.79 0.9 0.41
Hex C6 A 59 0 5F 37 16 14F 5A 29
Octal 306 12 131 0 137 67 26 517 132 51
Binary 11000110 1010 1011001 0 1011111 110111 10110 101001111 1011010 101001

Color Harmonies of #C60A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A59

Black with #C60A59

Text Example


Text Example

White with #C60A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A59; }

 p { color: rgb(198,10,89); }

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

background-color css

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

 a { background-color: rgb(198,10,89); }

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

border-color css

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

 span { border-color: rgb(198,10,89); }

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