Html Css Color HEX #C61C60 Ruby

📋 copy color: '#C61C60'

red 198 ◦ green 28 ◦ blue 96

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

Shades of Ruby #C61C60

Tints of Ruby #C61C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 61.49%
G = 8.7%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C61C60 (or 0xC61C60) is known color: Ruby. HEX triplet: C6, 1C and 60. RGB value is (198,28,96). Sum of RGB (Red+Green+Blue) = 198+28+96=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C60 is #39E39F. Grayscale: #565656. Windows color (decimal): -3793824 or 6298822. OLE color: 6298822.

HSL color Cylindrical-coordinate representation of color #C61C60: hue angle of 336º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C60 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 96 -
CMYK 0 0.86 0.52 0.22
HSL 336º 0.75% 0.44% -
HSV(B) 336º 0.86% 0.78% -
XYZ 25.82 13.68 12.35 -
YUV 86.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 198 28 96 0 0.86 0.52 0.22 336 0.75 0.44
Hex C6 1C 60 0 56 34 16 150 4B 2C
Octal 306 34 140 0 126 64 26 520 113 54
Binary 11000110 11100 1100000 0 1010110 110100 10110 101010000 1001011 101100

Color Harmonies of #C61C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C60

Black with #C61C60

Text Example


Text Example

White with #C61C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C60; }

 p { color: rgb(198,28,96); }

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

background-color css

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

 a { background-color: rgb(198,28,96); }

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

border-color css

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

 span { border-color: rgb(198,28,96); }

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