Html Css Color HEX #C60363 Ruby

📋 copy color: '#C60363'

red 198 ◦ green 3 ◦ blue 99

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

Shades of Ruby #C60363

Tints of Ruby #C60363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 66%
G = 1%
B = 33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C60363 (or 0xC60363) is known color: Ruby. HEX triplet: C6, 03 and 63. RGB value is (198,3,99). Sum of RGB (Red+Green+Blue) = 198+3+99=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C60363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60363 is #39FC9C. Grayscale: #484848. Windows color (decimal): -3800221 or 6489030. OLE color: 6489030.

HSL color Cylindrical-coordinate representation of color #C60363: hue angle of 330.46º 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 #C60363 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 99 -
CMYK 0 0.98 0.50 0.22
HSL 330.46º 0.97% 0.39% -
HSV(B) 330.46º 0.98% 0.78% -
XYZ 25.57 12.97 12.96 -
YUV 72.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 198 3 99 0 0.98 0.50 0.22 330.46 0.97 0.39
Hex C6 3 63 0 62 32 16 14A 61 27
Octal 306 3 143 0 142 62 26 512 141 47
Binary 11000110 11 1100011 0 1100010 110010 10110 101001010 1100001 100111

Color Harmonies of #C60363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60363

Black with #C60363

Text Example


Text Example

White with #C60363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60363; }

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

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

background-color css

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

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

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

border-color css

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

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

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