Html Css Color HEX #C60751 Ruby

📋 copy color: '#C60751'

red 198 ◦ green 7 ◦ blue 81

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

Shades of Ruby #C60751

Tints of Ruby #C60751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.32%

R = 69.23%
G = 2.45%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C60751 (or 0xC60751) is known color: Ruby. HEX triplet: C6, 07 and 51. RGB value is (198,7,81). Sum of RGB (Red+Green+Blue) = 198+7+81=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C60751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60751 is #39F8AE. Grayscale: #484848. Windows color (decimal): -3799215 or 5310406. OLE color: 5310406.

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

Color convert

RGB 198 7 81 -
CMYK 0 0.96 0.59 0.22
HSL 336.75º 0.93% 0.4% -
HSV(B) 336.75º 0.96% 0.78% -
XYZ 24.85 12.75 8.94 -
YUV 72.55 132.78 217.48 -
System Red Green Blue C M Y K H S L
Decimal 198 7 81 0 0.96 0.59 0.22 336.75 0.93 0.4
Hex C6 7 51 0 60 3B 16 151 5D 28
Octal 306 7 121 0 140 73 26 521 135 50
Binary 11000110 111 1010001 0 1100000 111011 10110 101010001 1011101 101000

Color Harmonies of #C60751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60751

Black with #C60751

Text Example


Text Example

White with #C60751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60751; }

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

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

background-color css

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

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

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

border-color css

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

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

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