Html Css Color HEX #C81A5B Ruby

📋 copy color: '#C81A5B'

red 200 ◦ green 26 ◦ blue 91

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

Shades of Ruby #C81A5B

Tints of Ruby #C81A5B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 63.09%
G = 8.2%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C81A5B (or 0xC81A5B) is known color: Ruby. HEX triplet: C8, 1A and 5B. RGB value is (200,26,91). Sum of RGB (Red+Green+Blue) = 200+26+91=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A5B is #37E5A4. Grayscale: #555555. Windows color (decimal): -3663269 or 5970632. OLE color: 5970632.

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

Color convert

RGB 200 26 91 -
CMYK 0 0.87 0.54 0.22
HSL 337.59º 0.77% 0.44% -
HSV(B) 337.59º 0.87% 0.78% -
XYZ 26.08 13.77 11.18 -
YUV 85.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 200 26 91 0 0.87 0.54 0.22 337.59 0.77 0.44
Hex C8 1A 5B 0 57 36 16 152 4D 2C
Octal 310 32 133 0 127 66 26 522 115 54
Binary 11001000 11010 1011011 0 1010111 110110 10110 101010010 1001101 101100

Color Harmonies of #C81A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A5B

Black with #C81A5B

Text Example


Text Example

White with #C81A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A5B; }

 p { color: rgb(200,26,91); }

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

background-color css

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

 a { background-color: rgb(200,26,91); }

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

border-color css

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

 span { border-color: rgb(200,26,91); }

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