Html Css Color HEX #C81164 Ruby

📋 copy color: '#C81164'

red 200 ◦ green 17 ◦ blue 100

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

Shades of Ruby #C81164

Tints of Ruby #C81164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.55%

R = 63.09%
G = 5.36%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C81164 (or 0xC81164) is known color: Ruby. HEX triplet: C8, 11 and 64. RGB value is (200,17,100). Sum of RGB (Red+Green+Blue) = 200+17+100=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C81164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81164 is #37EE9B. Grayscale: #515151. Windows color (decimal): -3665564 or 6558152. OLE color: 6558152.

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

Color convert

RGB 200 17 100 -
CMYK 0 0.92 0.5 0.22
HSL 332.79º 0.84% 0.43% -
HSV(B) 332.79º 0.92% 0.78% -
XYZ 26.32 13.6 13.29 -
YUV 81.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 200 17 100 0 0.92 0.5 0.22 332.79 0.84 0.43
Hex C8 11 64 0 5C 32 16 14D 54 2B
Octal 310 21 144 0 134 62 26 515 124 53
Binary 11001000 10001 1100100 0 1011100 110010 10110 101001101 1010100 101011

Color Harmonies of #C81164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81164

Black with #C81164

Text Example


Text Example

White with #C81164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81164; }

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

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

background-color css

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

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

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

border-color css

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

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

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