Html Css Color HEX #C80866 Ruby

📋 copy color: '#C80866'

red 200 ◦ green 8 ◦ blue 102

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

Shades of Ruby #C80866

Tints of Ruby #C80866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 64.52%
G = 2.58%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80866 (or 0xC80866) is known color: Ruby. HEX triplet: C8, 08 and 66. RGB value is (200,8,102). Sum of RGB (Red+Green+Blue) = 200+8+102=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C80866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80866 is #37F799. Grayscale: #4B4B4B. Windows color (decimal): -3667866 or 6686920. OLE color: 6686920.

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

Color convert

RGB 200 8 102 -
CMYK 0 0.96 0.49 0.22
HSL 330.63º 0.92% 0.41% -
HSV(B) 330.63º 0.96% 0.78% -
XYZ 26.3 13.41 13.77 -
YUV 76.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 200 8 102 0 0.96 0.49 0.22 330.63 0.92 0.41
Hex C8 8 66 0 60 31 16 14B 5C 29
Octal 310 10 146 0 140 61 26 513 134 51
Binary 11001000 1000 1100110 0 1100000 110001 10110 101001011 1011100 101001

Color Harmonies of #C80866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80866

Black with #C80866

Text Example


Text Example

White with #C80866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80866; }

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

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

background-color css

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

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

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

border-color css

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

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

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