Html Css Color HEX #C81150 Ruby

📋 copy color: '#C81150'

red 200 ◦ green 17 ◦ blue 80

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

Shades of Ruby #C81150

Tints of Ruby #C81150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 67.34%
G = 5.72%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C81150 (or 0xC81150) is known color: Ruby. HEX triplet: C8, 11 and 50. RGB value is (200,17,80). Sum of RGB (Red+Green+Blue) = 200+17+80=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C81150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81150 is #37EEAF. Grayscale: #4E4E4E. Windows color (decimal): -3665584 or 5247432. OLE color: 5247432.

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

Color convert

RGB 200 17 80 -
CMYK 0 0.92 0.6 0.22
HSL 339.34º 0.84% 0.43% -
HSV(B) 339.34º 0.92% 0.78% -
XYZ 25.47 13.26 8.81 -
YUV 78.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 200 17 80 0 0.92 0.6 0.22 339.34 0.84 0.43
Hex C8 11 50 0 5C 3C 16 153 54 2B
Octal 310 21 120 0 134 74 26 523 124 53
Binary 11001000 10001 1010000 0 1011100 111100 10110 101010011 1010100 101011

Color Harmonies of #C81150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81150

Black with #C81150

Text Example


Text Example

White with #C81150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81150; }

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

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

background-color css

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

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

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

border-color css

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

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

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