Html Css Color HEX #C81763 Ruby

📋 copy color: '#C81763'

red 200 ◦ green 23 ◦ blue 99

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

Shades of Ruby #C81763

Tints of Ruby #C81763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

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

R = 62.11%
G = 7.14%
B = 30.75%

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

#C81763 (or 0xC81763) is known color: Ruby. HEX triplet: C8, 17 and 63. RGB value is (200,23,99). Sum of RGB (Red+Green+Blue) = 200+23+99=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C81763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81763 is #37E89C. Grayscale: #545454. Windows color (decimal): -3664029 or 6494152. OLE color: 6494152.

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

Color convert

RGB 200 23 99 -
CMYK 0 0.88 0.50 0.22
HSL 334.24º 0.79% 0.44% -
HSV(B) 334.24º 0.89% 0.78% -
XYZ 26.38 13.79 13.08 -
YUV 84.59 136.14 210.32 -
System Red Green Blue C M Y K H S L
Decimal 200 23 99 0 0.88 0.50 0.22 334.24 0.79 0.44
Hex C8 17 63 0 58 32 16 14E 4F 2C
Octal 310 27 143 0 130 62 26 516 117 54
Binary 11001000 10111 1100011 0 1011000 110010 10110 101001110 1001111 101100

Color Harmonies of #C81763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81763

Black with #C81763

Text Example


Text Example

White with #C81763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81763; }

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

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

background-color css

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

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

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

border-color css

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

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

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