Html Css Color HEX #C60463 Ruby

📋 copy color: '#C60463'

red 198 ◦ green 4 ◦ blue 99

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

Shades of Ruby #C60463

Tints of Ruby #C60463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 65.78%
G = 1.33%
B = 32.89%

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

#C60463 (or 0xC60463) is known color: Ruby. HEX triplet: C6, 04 and 63. RGB value is (198,4,99). Sum of RGB (Red+Green+Blue) = 198+4+99=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C60463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60463 is #39FB9C. Grayscale: #484848. Windows color (decimal): -3799965 or 6489286. OLE color: 6489286.

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

Color convert

RGB 198 4 99 -
CMYK 0 0.98 0.50 0.22
HSL 330.62º 0.96% 0.4% -
HSV(B) 330.62º 0.98% 0.78% -
XYZ 25.58 12.99 12.96 -
YUV 72.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 198 4 99 0 0.98 0.50 0.22 330.62 0.96 0.4
Hex C6 4 63 0 62 32 16 14B 60 28
Octal 306 4 143 0 142 62 26 513 140 50
Binary 11000110 100 1100011 0 1100010 110010 10110 101001011 1100000 101000

Color Harmonies of #C60463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60463

Black with #C60463

Text Example


Text Example

White with #C60463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60463; }

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

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

background-color css

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

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

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

border-color css

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

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

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