Html Css Color HEX #C61161 Ruby

📋 copy color: '#C61161'

red 198 ◦ green 17 ◦ blue 97

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

Shades of Ruby #C61161

Tints of Ruby #C61161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

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

R = 63.46%
G = 5.45%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C61161 (or 0xC61161) is known color: Ruby. HEX triplet: C6, 11 and 61. RGB value is (198,17,97). Sum of RGB (Red+Green+Blue) = 198+17+97=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C61161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61161 is #39EE9E. Grayscale: #505050. Windows color (decimal): -3796639 or 6361542. OLE color: 6361542.

HSL color Cylindrical-coordinate representation of color #C61161: hue angle of 333.48º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61161 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 97 -
CMYK 0 0.91 0.51 0.22
HSL 333.48º 0.84% 0.42% -
HSV(B) 333.48º 0.91% 0.78% -
XYZ 25.65 13.27 12.52 -
YUV 80.24 137.47 212 -
System Red Green Blue C M Y K H S L
Decimal 198 17 97 0 0.91 0.51 0.22 333.48 0.84 0.42
Hex C6 11 61 0 5B 33 16 14D 54 2A
Octal 306 21 141 0 133 63 26 515 124 52
Binary 11000110 10001 1100001 0 1011011 110011 10110 101001101 1010100 101010

Color Harmonies of #C61161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61161

Black with #C61161

Text Example


Text Example

White with #C61161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61161; }

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

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

background-color css

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

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

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

border-color css

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

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

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