Html Css Color HEX #C81156 Ruby

📋 copy color: '#C81156'

red 200 ◦ green 17 ◦ blue 86

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

Shades of Ruby #C81156

Tints of Ruby #C81156

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

 BLUE value IS 86 (33.98% from 255) = 28.38%

R = 66.01%
G = 5.61%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C81156 (or 0xC81156) is known color: Ruby. HEX triplet: C8, 11 and 56. RGB value is (200,17,86). Sum of RGB (Red+Green+Blue) = 200+17+86=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81156 is #37EEA9. Grayscale: #4F4F4F. Windows color (decimal): -3665578 or 5640648. OLE color: 5640648.

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

Color convert

RGB 200 17 86 -
CMYK 0 0.92 0.57 0.22
HSL 337.38º 0.84% 0.43% -
HSV(B) 337.38º 0.92% 0.78% -
XYZ 25.7 13.35 10.03 -
YUV 79.58 131.63 213.89 -
System Red Green Blue C M Y K H S L
Decimal 200 17 86 0 0.92 0.57 0.22 337.38 0.84 0.43
Hex C8 11 56 0 5C 39 16 151 54 2B
Octal 310 21 126 0 134 71 26 521 124 53
Binary 11001000 10001 1010110 0 1011100 111001 10110 101010001 1010100 101011

Color Harmonies of #C81156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81156

Black with #C81156

Text Example


Text Example

White with #C81156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81156; }

 p { color: rgb(200,17,86); }

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

background-color css

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

 a { background-color: rgb(200,17,86); }

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

border-color css

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

 span { border-color: rgb(200,17,86); }

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