Html Css Color HEX #C81963 Ruby

📋 copy color: '#C81963'

red 200 ◦ green 25 ◦ blue 99

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

Shades of Ruby #C81963

Tints of Ruby #C81963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

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

R = 61.73%
G = 7.72%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C81963 (or 0xC81963) is known color: Ruby. HEX triplet: C8, 19 and 63. RGB value is (200,25,99). Sum of RGB (Red+Green+Blue) = 200+25+99=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C81963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81963 is #37E69C. Grayscale: #555555. Windows color (decimal): -3663517 or 6494664. OLE color: 6494664.

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

Color convert

RGB 200 25 99 -
CMYK 0 0.88 0.50 0.22
HSL 334.63º 0.78% 0.44% -
HSV(B) 334.63º 0.88% 0.78% -
XYZ 26.42 13.88 13.09 -
YUV 85.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 200 25 99 0 0.88 0.50 0.22 334.63 0.78 0.44
Hex C8 19 63 0 58 32 16 14F 4E 2C
Octal 310 31 143 0 130 62 26 517 116 54
Binary 11001000 11001 1100011 0 1011000 110010 10110 101001111 1001110 101100

Color Harmonies of #C81963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81963

Black with #C81963

Text Example


Text Example

White with #C81963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81963; }

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

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

background-color css

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

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

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

border-color css

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

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

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