Html Css Color HEX #C61C61 Ruby

📋 copy color: '#C61C61'

red 198 ◦ green 28 ◦ blue 97

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

Shades of Ruby #C61C61

Tints of Ruby #C61C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 61.3%
G = 8.67%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C61C61 (or 0xC61C61) is known color: Ruby. HEX triplet: C6, 1C and 61. RGB value is (198,28,97). Sum of RGB (Red+Green+Blue) = 198+28+97=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C61 is #39E39E. Grayscale: #565656. Windows color (decimal): -3793823 or 6364358. OLE color: 6364358.

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

Color convert

RGB 198 28 97 -
CMYK 0 0.86 0.51 0.22
HSL 335.65º 0.75% 0.44% -
HSV(B) 335.65º 0.86% 0.78% -
XYZ 25.86 13.7 12.59 -
YUV 86.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 198 28 97 0 0.86 0.51 0.22 335.65 0.75 0.44
Hex C6 1C 61 0 56 33 16 150 4B 2C
Octal 306 34 141 0 126 63 26 520 113 54
Binary 11000110 11100 1100001 0 1010110 110011 10110 101010000 1001011 101100

Color Harmonies of #C61C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C61

Black with #C61C61

Text Example


Text Example

White with #C61C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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