Html Css Color HEX #C61160 Ruby

📋 copy color: '#C61160'

red 198 ◦ green 17 ◦ blue 96

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

Shades of Ruby #C61160

Tints of Ruby #C61160

RGB

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

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

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

R = 63.67%
G = 5.47%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C61160 (or 0xC61160) is known color: Ruby. HEX triplet: C6, 11 and 60. RGB value is (198,17,96). Sum of RGB (Red+Green+Blue) = 198+17+96=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C61160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61160 is #39EE9F. Grayscale: #4F4F4F. Windows color (decimal): -3796640 or 6296006. OLE color: 6296006.

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

Color convert

RGB 198 17 96 -
CMYK 0 0.91 0.52 0.22
HSL 333.81º 0.84% 0.42% -
HSV(B) 333.81º 0.91% 0.78% -
XYZ 25.6 13.25 12.27 -
YUV 80.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 198 17 96 0 0.91 0.52 0.22 333.81 0.84 0.42
Hex C6 11 60 0 5B 34 16 14E 54 2A
Octal 306 21 140 0 133 64 26 516 124 52
Binary 11000110 10001 1100000 0 1011011 110100 10110 101001110 1010100 101010

Color Harmonies of #C61160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61160

Black with #C61160

Text Example


Text Example

White with #C61160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61160; }

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

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

background-color css

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

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

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

border-color css

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

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

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