Html Css Color HEX #C60C52 Ruby

📋 copy color: '#C60C52'

red 198 ◦ green 12 ◦ blue 82

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

Shades of Ruby #C60C52

Tints of Ruby #C60C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 67.81%
G = 4.11%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C60C52 (or 0xC60C52) is known color: Ruby. HEX triplet: C6, 0C and 52. RGB value is (198,12,82). Sum of RGB (Red+Green+Blue) = 198+12+82=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60C52 is #39F3AD. Grayscale: #4B4B4B. Windows color (decimal): -3797934 or 5377222. OLE color: 5377222.

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

Color convert

RGB 198 12 82 -
CMYK 0 0.94 0.59 0.22
HSL 337.42º 0.89% 0.41% -
HSV(B) 337.42º 0.94% 0.78% -
XYZ 24.94 12.88 9.15 -
YUV 75.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 198 12 82 0 0.94 0.59 0.22 337.42 0.89 0.41
Hex C6 C 52 0 5E 3B 16 151 59 29
Octal 306 14 122 0 136 73 26 521 131 51
Binary 11000110 1100 1010010 0 1011110 111011 10110 101010001 1011001 101001

Color Harmonies of #C60C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60C52

Black with #C60C52

Text Example


Text Example

White with #C60C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60C52; }

 p { color: rgb(198,12,82); }

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

background-color css

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

 a { background-color: rgb(198,12,82); }

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

border-color css

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

 span { border-color: rgb(198,12,82); }

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