Html Css Color HEX #C80666 Ruby

📋 copy color: '#C80666'

red 200 ◦ green 6 ◦ blue 102

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

Shades of Ruby #C80666

Tints of Ruby #C80666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 64.94%
G = 1.95%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80666 (or 0xC80666) is known color: Ruby. HEX triplet: C8, 06 and 66. RGB value is (200,6,102). Sum of RGB (Red+Green+Blue) = 200+6+102=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C80666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80666 is #37F999. Grayscale: #4A4A4A. Windows color (decimal): -3668378 or 6686408. OLE color: 6686408.

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

Color convert

RGB 200 6 102 -
CMYK 0 0.97 0.49 0.22
HSL 330.31º 0.94% 0.4% -
HSV(B) 330.31º 0.97% 0.78% -
XYZ 26.28 13.37 13.77 -
YUV 74.95 143.27 217.19 -
System Red Green Blue C M Y K H S L
Decimal 200 6 102 0 0.97 0.49 0.22 330.31 0.94 0.4
Hex C8 6 66 0 61 31 16 14A 5E 28
Octal 310 6 146 0 141 61 26 512 136 50
Binary 11001000 110 1100110 0 1100001 110001 10110 101001010 1011110 101000

Color Harmonies of #C80666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80666

Black with #C80666

Text Example


Text Example

White with #C80666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80666; }

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

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

background-color css

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

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

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

border-color css

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

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

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