Html Css Color HEX #C60361 Ruby

📋 copy color: '#C60361'

red 198 ◦ green 3 ◦ blue 97

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

Shades of Ruby #C60361

Tints of Ruby #C60361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 66.44%
G = 1.01%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C60361 (or 0xC60361) is known color: Ruby. HEX triplet: C6, 03 and 61. RGB value is (198,3,97). Sum of RGB (Red+Green+Blue) = 198+3+97=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C60361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60361 is #39FC9E. Grayscale: #474747. Windows color (decimal): -3800223 or 6357958. OLE color: 6357958.

HSL color Cylindrical-coordinate representation of color #C60361: hue angle of 331.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60361 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 97 -
CMYK 0 0.98 0.51 0.22
HSL 331.08º 0.97% 0.39% -
HSV(B) 331.08º 0.98% 0.78% -
XYZ 25.48 12.93 12.46 -
YUV 72.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 198 3 97 0 0.98 0.51 0.22 331.08 0.97 0.39
Hex C6 3 61 0 62 33 16 14B 61 27
Octal 306 3 141 0 142 63 26 513 141 47
Binary 11000110 11 1100001 0 1100010 110011 10110 101001011 1100001 100111

Color Harmonies of #C60361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60361

Black with #C60361

Text Example


Text Example

White with #C60361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60361; }

 p { color: rgb(198,3,97); }

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

background-color css

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

 a { background-color: rgb(198,3,97); }

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

border-color css

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

 span { border-color: rgb(198,3,97); }

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