Html Css Color HEX #C60763 Ruby

📋 copy color: '#C60763'

red 198 ◦ green 7 ◦ blue 99

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

Shades of Ruby #C60763

Tints of Ruby #C60763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 65.13%
G = 2.3%
B = 32.57%

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

#C60763 (or 0xC60763) is known color: Ruby. HEX triplet: C6, 07 and 63. RGB value is (198,7,99). Sum of RGB (Red+Green+Blue) = 198+7+99=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C60763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60763 is #39F89C. Grayscale: #4A4A4A. Windows color (decimal): -3799197 or 6490054. OLE color: 6490054.

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

Color convert

RGB 198 7 99 -
CMYK 0 0.96 0.50 0.22
HSL 331.1º 0.93% 0.4% -
HSV(B) 331.1º 0.96% 0.78% -
XYZ 25.62 13.06 12.97 -
YUV 74.6 141.78 216.02 -
System Red Green Blue C M Y K H S L
Decimal 198 7 99 0 0.96 0.50 0.22 331.1 0.93 0.4
Hex C6 7 63 0 60 32 16 14B 5D 28
Octal 306 7 143 0 140 62 26 513 135 50
Binary 11000110 111 1100011 0 1100000 110010 10110 101001011 1011101 101000

Color Harmonies of #C60763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60763

Black with #C60763

Text Example


Text Example

White with #C60763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60763; }

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

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

background-color css

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

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

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

border-color css

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

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

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