Html Css Color HEX #C80661 Ruby

📋 copy color: '#C80661'

red 200 ◦ green 6 ◦ blue 97

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

Shades of Ruby #C80661

Tints of Ruby #C80661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 66.01%
G = 1.98%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80661 (or 0xC80661) is known color: Ruby. HEX triplet: C8, 06 and 61. RGB value is (200,6,97). Sum of RGB (Red+Green+Blue) = 200+6+97=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C80661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80661 is #37F99E. Grayscale: #4A4A4A. Windows color (decimal): -3668383 or 6358728. OLE color: 6358728.

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

Color convert

RGB 200 6 97 -
CMYK 0 0.97 0.52 0.22
HSL 331.86º 0.94% 0.4% -
HSV(B) 331.86º 0.97% 0.78% -
XYZ 26.04 13.27 12.5 -
YUV 74.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 200 6 97 0 0.97 0.52 0.22 331.86 0.94 0.4
Hex C8 6 61 0 61 34 16 14C 5E 28
Octal 310 6 141 0 141 64 26 514 136 50
Binary 11001000 110 1100001 0 1100001 110100 10110 101001100 1011110 101000

Color Harmonies of #C80661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80661

Black with #C80661

Text Example


Text Example

White with #C80661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80661; }

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

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

background-color css

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

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

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

border-color css

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

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

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