Html Css Color HEX #C81155 Ruby

📋 copy color: '#C81155'

red 200 ◦ green 17 ◦ blue 85

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

Shades of Ruby #C81155

Tints of Ruby #C81155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 66.23%
G = 5.63%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81155 (or 0xC81155) is known color: Ruby. HEX triplet: C8, 11 and 55. RGB value is (200,17,85). Sum of RGB (Red+Green+Blue) = 200+17+85=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C81155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81155 is #37EEAA. Grayscale: #4F4F4F. Windows color (decimal): -3665579 or 5575112. OLE color: 5575112.

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

Color convert

RGB 200 17 85 -
CMYK 0 0.92 0.58 0.22
HSL 337.7º 0.84% 0.43% -
HSV(B) 337.7º 0.92% 0.78% -
XYZ 25.66 13.34 9.82 -
YUV 79.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 200 17 85 0 0.92 0.58 0.22 337.7 0.84 0.43
Hex C8 11 55 0 5C 3A 16 152 54 2B
Octal 310 21 125 0 134 72 26 522 124 53
Binary 11001000 10001 1010101 0 1011100 111010 10110 101010010 1010100 101011

Color Harmonies of #C81155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81155

Black with #C81155

Text Example


Text Example

White with #C81155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81155; }

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

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

background-color css

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

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

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

border-color css

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

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

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