Html Css Color HEX #C60863 Ruby

📋 copy color: '#C60863'

red 198 ◦ green 8 ◦ blue 99

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

Shades of Ruby #C60863

Tints of Ruby #C60863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

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

R = 64.92%
G = 2.62%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C60863 (or 0xC60863) is known color: Ruby. HEX triplet: C6, 08 and 63. RGB value is (198,8,99). Sum of RGB (Red+Green+Blue) = 198+8+99=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C60863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60863 is #39F79C. Grayscale: #4B4B4B. Windows color (decimal): -3798941 or 6490310. OLE color: 6490310.

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

Color convert

RGB 198 8 99 -
CMYK 0 0.96 0.50 0.22
HSL 331.26º 0.92% 0.4% -
HSV(B) 331.26º 0.96% 0.78% -
XYZ 25.63 13.08 12.98 -
YUV 75.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 198 8 99 0 0.96 0.50 0.22 331.26 0.92 0.4
Hex C6 8 63 0 60 32 16 14B 5C 28
Octal 306 10 143 0 140 62 26 513 134 50
Binary 11000110 1000 1100011 0 1100000 110010 10110 101001011 1011100 101000

Color Harmonies of #C60863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60863

Black with #C60863

Text Example


Text Example

White with #C60863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60863; }

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

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

background-color css

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

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

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

border-color css

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

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

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