Html Css Color HEX #C60A56 Ruby

📋 copy color: '#C60A56'

red 198 ◦ green 10 ◦ blue 86

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

Shades of Ruby #C60A56

Tints of Ruby #C60A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 67.35%
G = 3.4%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C60A56 (or 0xC60A56) is known color: Ruby. HEX triplet: C6, 0A and 56. RGB value is (198,10,86). Sum of RGB (Red+Green+Blue) = 198+10+86=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A56 is #39F5A9. Grayscale: #4A4A4A. Windows color (decimal): -3798442 or 5638854. OLE color: 5638854.

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

Color convert

RGB 198 10 86 -
CMYK 0 0.95 0.57 0.22
HSL 335.74º 0.9% 0.41% -
HSV(B) 335.74º 0.95% 0.78% -
XYZ 25.08 12.89 9.97 -
YUV 74.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 198 10 86 0 0.95 0.57 0.22 335.74 0.9 0.41
Hex C6 A 56 0 5F 39 16 150 5A 29
Octal 306 12 126 0 137 71 26 520 132 51
Binary 11000110 1010 1010110 0 1011111 111001 10110 101010000 1011010 101001

Color Harmonies of #C60A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A56

Black with #C60A56

Text Example


Text Example

White with #C60A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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