Html Css Color HEX #C60D58 Ruby

📋 copy color: '#C60D58'

red 198 ◦ green 13 ◦ blue 88

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

Shades of Ruby #C60D58

Tints of Ruby #C60D58

RGB

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

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

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

R = 66.22%
G = 4.35%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C60D58 (or 0xC60D58) is known color: Ruby. HEX triplet: C6, 0D and 58. RGB value is (198,13,88). Sum of RGB (Red+Green+Blue) = 198+13+88=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D58 is #39F2A7. Grayscale: #4C4C4C. Windows color (decimal): -3797672 or 5770694. OLE color: 5770694.

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

Color convert

RGB 198 13 88 -
CMYK 0 0.93 0.56 0.22
HSL 335.68º 0.88% 0.41% -
HSV(B) 335.68º 0.93% 0.78% -
XYZ 25.19 13 10.41 -
YUV 76.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 198 13 88 0 0.93 0.56 0.22 335.68 0.88 0.41
Hex C6 D 58 0 5D 38 16 150 58 29
Octal 306 15 130 0 135 70 26 520 130 51
Binary 11000110 1101 1011000 0 1011101 111000 10110 101010000 1011000 101001

Color Harmonies of #C60D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D58

Black with #C60D58

Text Example


Text Example

White with #C60D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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