Html Css Color HEX #C60860 Ruby

📋 copy color: '#C60860'

red 198 ◦ green 8 ◦ blue 96

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

Shades of Ruby #C60860

Tints of Ruby #C60860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

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

R = 65.56%
G = 2.65%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C60860 (or 0xC60860) is known color: Ruby. HEX triplet: C6, 08 and 60. RGB value is (198,8,96). Sum of RGB (Red+Green+Blue) = 198+8+96=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C60860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60860 is #39F79F. Grayscale: #4A4A4A. Windows color (decimal): -3798944 or 6293702. OLE color: 6293702.

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

Color convert

RGB 198 8 96 -
CMYK 0 0.96 0.52 0.22
HSL 332.21º 0.92% 0.4% -
HSV(B) 332.21º 0.96% 0.78% -
XYZ 25.49 13.02 12.24 -
YUV 74.84 139.95 215.84 -
System Red Green Blue C M Y K H S L
Decimal 198 8 96 0 0.96 0.52 0.22 332.21 0.92 0.4
Hex C6 8 60 0 60 34 16 14C 5C 28
Octal 306 10 140 0 140 64 26 514 134 50
Binary 11000110 1000 1100000 0 1100000 110100 10110 101001100 1011100 101000

Color Harmonies of #C60860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60860

Black with #C60860

Text Example


Text Example

White with #C60860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60860; }

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

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

background-color css

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

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

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

border-color css

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

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

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