Html Css Color HEX #C80863 Ruby

📋 copy color: '#C80863'

red 200 ◦ green 8 ◦ blue 99

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

Shades of Ruby #C80863

Tints of Ruby #C80863

RGB

 RED value IS 200 (78.52% from 255) = 65.15%

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

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

R = 65.15%
G = 2.61%
B = 32.25%

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

#C80863 (or 0xC80863) is known color: Ruby. HEX triplet: C8, 08 and 63. RGB value is (200,8,99). Sum of RGB (Red+Green+Blue) = 200+8+99=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C80863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80863 is #37F79C. Grayscale: #4B4B4B. Windows color (decimal): -3667869 or 6490312. OLE color: 6490312.

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

Color convert

RGB 200 8 99 -
CMYK 0 0.96 0.50 0.22
HSL 331.56º 0.92% 0.41% -
HSV(B) 331.56º 0.96% 0.78% -
XYZ 26.16 13.35 13 -
YUV 75.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 200 8 99 0 0.96 0.50 0.22 331.56 0.92 0.41
Hex C8 8 63 0 60 32 16 14C 5C 29
Octal 310 10 143 0 140 62 26 514 134 51
Binary 11001000 1000 1100011 0 1100000 110010 10110 101001100 1011100 101001

Color Harmonies of #C80863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80863

Black with #C80863

Text Example


Text Example

White with #C80863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80863; }

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

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

background-color css

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

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

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

border-color css

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

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

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