Html Css Color HEX #C80654 Ruby

📋 copy color: '#C80654'

red 200 ◦ green 6 ◦ blue 84

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

Shades of Ruby #C80654

Tints of Ruby #C80654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.97%

R = 68.97%
G = 2.07%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80654 (or 0xC80654) is known color: Ruby. HEX triplet: C8, 06 and 54. RGB value is (200,6,84). Sum of RGB (Red+Green+Blue) = 200+6+84=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C80654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80654 is #37F9AB. Grayscale: #484848. Windows color (decimal): -3668396 or 5506760. OLE color: 5506760.

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

Color convert

RGB 200 6 84 -
CMYK 0 0.97 0.58 0.22
HSL 335.88º 0.94% 0.4% -
HSV(B) 335.88º 0.97% 0.78% -
XYZ 25.48 13.05 9.56 -
YUV 72.9 134.27 218.66 -
System Red Green Blue C M Y K H S L
Decimal 200 6 84 0 0.97 0.58 0.22 335.88 0.94 0.4
Hex C8 6 54 0 61 3A 16 150 5E 28
Octal 310 6 124 0 141 72 26 520 136 50
Binary 11001000 110 1010100 0 1100001 111010 10110 101010000 1011110 101000

Color Harmonies of #C80654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80654

Black with #C80654

Text Example


Text Example

White with #C80654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80654; }

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

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

background-color css

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

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

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

border-color css

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

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

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