Html Css Color HEX #C60661 Ruby

📋 copy color: '#C60661'

red 198 ◦ green 6 ◦ blue 97

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

Shades of Ruby #C60661

Tints of Ruby #C60661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 65.78%
G = 1.99%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C60661 (or 0xC60661) is known color: Ruby. HEX triplet: C6, 06 and 61. RGB value is (198,6,97). Sum of RGB (Red+Green+Blue) = 198+6+97=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C60661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60661 is #39F99E. Grayscale: #494949. Windows color (decimal): -3799455 or 6358726. OLE color: 6358726.

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

Color convert

RGB 198 6 97 -
CMYK 0 0.97 0.51 0.22
HSL 331.56º 0.94% 0.4% -
HSV(B) 331.56º 0.97% 0.78% -
XYZ 25.51 13 12.47 -
YUV 73.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 198 6 97 0 0.97 0.51 0.22 331.56 0.94 0.4
Hex C6 6 61 0 61 33 16 14C 5E 28
Octal 306 6 141 0 141 63 26 514 136 50
Binary 11000110 110 1100001 0 1100001 110011 10110 101001100 1011110 101000

Color Harmonies of #C60661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60661

Black with #C60661

Text Example


Text Example

White with #C60661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60661; }

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

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

background-color css

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

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

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

border-color css

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

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

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