Html Css Color HEX #C60761 Ruby

📋 copy color: '#C60761'

red 198 ◦ green 7 ◦ blue 97

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

Shades of Ruby #C60761

Tints of Ruby #C60761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.32%

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

R = 65.56%
G = 2.32%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C60761 (or 0xC60761) is known color: Ruby. HEX triplet: C6, 07 and 61. RGB value is (198,7,97). Sum of RGB (Red+Green+Blue) = 198+7+97=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C60761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60761 is #39F89E. Grayscale: #4A4A4A. Windows color (decimal): -3799199 or 6358982. OLE color: 6358982.

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

Color convert

RGB 198 7 97 -
CMYK 0 0.96 0.51 0.22
HSL 331.73º 0.93% 0.4% -
HSV(B) 331.73º 0.96% 0.78% -
XYZ 25.52 13.02 12.48 -
YUV 74.37 140.78 216.18 -
System Red Green Blue C M Y K H S L
Decimal 198 7 97 0 0.96 0.51 0.22 331.73 0.93 0.4
Hex C6 7 61 0 60 33 16 14C 5D 28
Octal 306 7 141 0 140 63 26 514 135 50
Binary 11000110 111 1100001 0 1100000 110011 10110 101001100 1011101 101000

Color Harmonies of #C60761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60761

Black with #C60761

Text Example


Text Example

White with #C60761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60761; }

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

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

background-color css

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

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

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

border-color css

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

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

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