Html Css Color HEX #C60558 Ruby

📋 copy color: '#C60558'

red 198 ◦ green 5 ◦ blue 88

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

Shades of Ruby #C60558

Tints of Ruby #C60558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 68.04%
G = 1.72%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C60558 (or 0xC60558) is known color: Ruby. HEX triplet: C6, 05 and 58. RGB value is (198,5,88). Sum of RGB (Red+Green+Blue) = 198+5+88=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C60558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60558 is #39FAA7. Grayscale: #484848. Windows color (decimal): -3799720 or 5768646. OLE color: 5768646.

HSL color Cylindrical-coordinate representation of color #C60558: hue angle of 334.2º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60558 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 88 -
CMYK 0 0.97 0.56 0.22
HSL 334.2º 0.95% 0.4% -
HSV(B) 334.2º 0.97% 0.78% -
XYZ 25.1 12.82 10.38 -
YUV 72.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 198 5 88 0 0.97 0.56 0.22 334.2 0.95 0.4
Hex C6 5 58 0 61 38 16 14E 5F 28
Octal 306 5 130 0 141 70 26 516 137 50
Binary 11000110 101 1011000 0 1100001 111000 10110 101001110 1011111 101000

Color Harmonies of #C60558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60558

Black with #C60558

Text Example


Text Example

White with #C60558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60558; }

 p { color: rgb(198,5,88); }

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

background-color css

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

 a { background-color: rgb(198,5,88); }

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

border-color css

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

 span { border-color: rgb(198,5,88); }

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