Html Css Color HEX #C70863 Ruby

📋 copy color: '#C70863'

red 199 ◦ green 8 ◦ blue 99

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

Shades of Ruby #C70863

Tints of Ruby #C70863

RGB

 RED value IS 199 (78.13% from 255) = 65.03%

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

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

R = 65.03%
G = 2.61%
B = 32.35%

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

#C70863 (or 0xC70863) is known color: Ruby. HEX triplet: C7, 08 and 63. RGB value is (199,8,99). Sum of RGB (Red+Green+Blue) = 199+8+99=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C70863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70863 is #38F79C. Grayscale: #4B4B4B. Windows color (decimal): -3733405 or 6490311. OLE color: 6490311.

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

Color convert

RGB 199 8 99 -
CMYK 0 0.96 0.50 0.22
HSL 331.41º 0.92% 0.41% -
HSV(B) 331.41º 0.96% 0.78% -
XYZ 25.89 13.22 12.99 -
YUV 75.48 141.28 216.1 -
System Red Green Blue C M Y K H S L
Decimal 199 8 99 0 0.96 0.50 0.22 331.41 0.92 0.41
Hex C7 8 63 0 60 32 16 14B 5C 29
Octal 307 10 143 0 140 62 26 513 134 51
Binary 11000111 1000 1100011 0 1100000 110010 10110 101001011 1011100 101001

Color Harmonies of #C70863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70863

Black with #C70863

Text Example


Text Example

White with #C70863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70863; }

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

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

background-color css

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

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

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

border-color css

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

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

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