Html Css Color HEX #C81766 Ruby

📋 copy color: '#C81766'

red 200 ◦ green 23 ◦ blue 102

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

Shades of Ruby #C81766

Tints of Ruby #C81766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

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

R = 61.54%
G = 7.08%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C81766 (or 0xC81766) is known color: Ruby. HEX triplet: C8, 17 and 66. RGB value is (200,23,102). Sum of RGB (Red+Green+Blue) = 200+23+102=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C81766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81766 is #37E899. Grayscale: #545454. Windows color (decimal): -3664026 or 6690760. OLE color: 6690760.

HSL color Cylindrical-coordinate representation of color #C81766: hue angle of 333.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81766 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 102 -
CMYK 0 0.88 0.49 0.22
HSL 333.22º 0.79% 0.44% -
HSV(B) 333.22º 0.89% 0.78% -
XYZ 26.52 13.85 13.85 -
YUV 84.93 137.64 210.08 -
System Red Green Blue C M Y K H S L
Decimal 200 23 102 0 0.88 0.49 0.22 333.22 0.79 0.44
Hex C8 17 66 0 58 31 16 14D 4F 2C
Octal 310 27 146 0 130 61 26 515 117 54
Binary 11001000 10111 1100110 0 1011000 110001 10110 101001101 1001111 101100

Color Harmonies of #C81766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81766

Black with #C81766

Text Example


Text Example

White with #C81766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81766; }

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

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

background-color css

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

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

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

border-color css

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

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

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