Html Css Color HEX #C61660 Ruby

📋 copy color: '#C61660'

red 198 ◦ green 22 ◦ blue 96

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

Shades of Ruby #C61660

Tints of Ruby #C61660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 62.66%
G = 6.96%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C61660 (or 0xC61660) is known color: Ruby. HEX triplet: C6, 16 and 60. RGB value is (198,22,96). Sum of RGB (Red+Green+Blue) = 198+22+96=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C61660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61660 is #39E99F. Grayscale: #525252. Windows color (decimal): -3795360 or 6297286. OLE color: 6297286.

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

Color convert

RGB 198 22 96 -
CMYK 0 0.89 0.52 0.22
HSL 334.77º 0.8% 0.43% -
HSV(B) 334.77º 0.89% 0.78% -
XYZ 25.69 13.42 12.3 -
YUV 83.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 198 22 96 0 0.89 0.52 0.22 334.77 0.8 0.43
Hex C6 16 60 0 59 34 16 14F 50 2B
Octal 306 26 140 0 131 64 26 517 120 53
Binary 11000110 10110 1100000 0 1011001 110100 10110 101001111 1010000 101011

Color Harmonies of #C61660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61660

Black with #C61660

Text Example


Text Example

White with #C61660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61660; }

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

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

background-color css

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

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

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

border-color css

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

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

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