Html Css Color HEX #C81166 Ruby

📋 copy color: '#C81166'

red 200 ◦ green 17 ◦ blue 102

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

Shades of Ruby #C81166

Tints of Ruby #C81166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 62.7%
G = 5.33%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C81166 (or 0xC81166) is known color: Ruby. HEX triplet: C8, 11 and 66. RGB value is (200,17,102). Sum of RGB (Red+Green+Blue) = 200+17+102=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C81166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81166 is #37EE99. Grayscale: #515151. Windows color (decimal): -3665562 or 6689224. OLE color: 6689224.

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

Color convert

RGB 200 17 102 -
CMYK 0 0.92 0.49 0.22
HSL 332.13º 0.84% 0.43% -
HSV(B) 332.13º 0.92% 0.78% -
XYZ 26.42 13.64 13.81 -
YUV 81.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 200 17 102 0 0.92 0.49 0.22 332.13 0.84 0.43
Hex C8 11 66 0 5C 31 16 14C 54 2B
Octal 310 21 146 0 134 61 26 514 124 53
Binary 11001000 10001 1100110 0 1011100 110001 10110 101001100 1010100 101011

Color Harmonies of #C81166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81166

Black with #C81166

Text Example


Text Example

White with #C81166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81166; }

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

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

background-color css

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

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

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

border-color css

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

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

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