Html Css Color HEX #C60960 Ruby

📋 copy color: '#C60960'

red 198 ◦ green 9 ◦ blue 96

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

Shades of Ruby #C60960

Tints of Ruby #C60960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.97%

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

R = 65.35%
G = 2.97%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C60960 (or 0xC60960) is known color: Ruby. HEX triplet: C6, 09 and 60. RGB value is (198,9,96). Sum of RGB (Red+Green+Blue) = 198+9+96=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C60960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60960 is #39F69F. Grayscale: #4B4B4B. Windows color (decimal): -3798688 or 6293958. OLE color: 6293958.

HSL color Cylindrical-coordinate representation of color #C60960: hue angle of 332.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60960 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 96 -
CMYK 0 0.95 0.52 0.22
HSL 332.38º 0.91% 0.41% -
HSV(B) 332.38º 0.95% 0.78% -
XYZ 25.5 13.05 12.24 -
YUV 75.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 198 9 96 0 0.95 0.52 0.22 332.38 0.91 0.41
Hex C6 9 60 0 5F 34 16 14C 5B 29
Octal 306 11 140 0 137 64 26 514 133 51
Binary 11000110 1001 1100000 0 1011111 110100 10110 101001100 1011011 101001

Color Harmonies of #C60960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60960

Black with #C60960

Text Example


Text Example

White with #C60960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60960; }

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

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

background-color css

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

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

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

border-color css

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

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

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