Html Css Color HEX #C61061 Ruby

📋 copy color: '#C61061'

red 198 ◦ green 16 ◦ blue 97

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

Shades of Ruby #C61061

Tints of Ruby #C61061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

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

R = 63.67%
G = 5.14%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C61061 (or 0xC61061) is known color: Ruby. HEX triplet: C6, 10 and 61. RGB value is (198,16,97). Sum of RGB (Red+Green+Blue) = 198+16+97=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C61061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61061 is #39EF9E. Grayscale: #4F4F4F. Windows color (decimal): -3796895 or 6361286. OLE color: 6361286.

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

Color convert

RGB 198 16 97 -
CMYK 0 0.92 0.51 0.22
HSL 333.3º 0.85% 0.42% -
HSV(B) 333.3º 0.92% 0.78% -
XYZ 25.63 13.24 12.51 -
YUV 79.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 198 16 97 0 0.92 0.51 0.22 333.3 0.85 0.42
Hex C6 10 61 0 5C 33 16 14D 55 2A
Octal 306 20 141 0 134 63 26 515 125 52
Binary 11000110 10000 1100001 0 1011100 110011 10110 101001101 1010101 101010

Color Harmonies of #C61061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61061

Black with #C61061

Text Example


Text Example

White with #C61061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61061; }

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

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

background-color css

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

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

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

border-color css

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

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

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