Html Css Color HEX #C60750 Ruby

📋 copy color: '#C60750'

red 198 ◦ green 7 ◦ blue 80

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

Shades of Ruby #C60750

Tints of Ruby #C60750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 69.47%
G = 2.46%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C60750 (or 0xC60750) is known color: Ruby. HEX triplet: C6, 07 and 50. RGB value is (198,7,80). Sum of RGB (Red+Green+Blue) = 198+7+80=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C60750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60750 is #39F8AF. Grayscale: #484848. Windows color (decimal): -3799216 or 5244870. OLE color: 5244870.

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

Color convert

RGB 198 7 80 -
CMYK 0 0.96 0.60 0.22
HSL 337.07º 0.93% 0.4% -
HSV(B) 337.07º 0.96% 0.78% -
XYZ 24.81 12.74 8.74 -
YUV 72.43 132.28 217.56 -
System Red Green Blue C M Y K H S L
Decimal 198 7 80 0 0.96 0.60 0.22 337.07 0.93 0.4
Hex C6 7 50 0 60 3C 16 151 5D 28
Octal 306 7 120 0 140 74 26 521 135 50
Binary 11000110 111 1010000 0 1100000 111100 10110 101010001 1011101 101000

Color Harmonies of #C60750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60750

Black with #C60750

Text Example


Text Example

White with #C60750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60750; }

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

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

background-color css

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

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

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

border-color css

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

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

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