Html Css Color HEX #C60F5C Ruby

📋 copy color: '#C60F5C'

red 198 ◦ green 15 ◦ blue 92

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

Shades of Ruby #C60F5C

Tints of Ruby #C60F5C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 64.92%
G = 4.92%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C60F5C (or 0xC60F5C) is known color: Ruby. HEX triplet: C6, 0F and 5C. RGB value is (198,15,92). Sum of RGB (Red+Green+Blue) = 198+15+92=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F5C is #39F0A3. Grayscale: #4E4E4E. Windows color (decimal): -3797156 or 6033350. OLE color: 6033350.

HSL color Cylindrical-coordinate representation of color #C60F5C: hue angle of 334.75º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F5C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 15 92 -
CMYK 0 0.92 0.54 0.22
HSL 334.75º 0.86% 0.42% -
HSV(B) 334.75º 0.92% 0.78% -
XYZ 25.39 13.12 11.32 -
YUV 78.5 135.63 213.24 -
System Red Green Blue C M Y K H S L
Decimal 198 15 92 0 0.92 0.54 0.22 334.75 0.86 0.42
Hex C6 F 5C 0 5C 36 16 14F 56 2A
Octal 306 17 134 0 134 66 26 517 126 52
Binary 11000110 1111 1011100 0 1011100 110110 10110 101001111 1010110 101010

Color Harmonies of #C60F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F5C

Black with #C60F5C

Text Example


Text Example

White with #C60F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F5C; }

 p { color: rgb(198,15,92); }

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

background-color css

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

 a { background-color: rgb(198,15,92); }

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

border-color css

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

 span { border-color: rgb(198,15,92); }

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