Html Css Color HEX #C80659 Ruby

📋 copy color: '#C80659'

red 200 ◦ green 6 ◦ blue 89

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

Shades of Ruby #C80659

Tints of Ruby #C80659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 67.8%
G = 2.03%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C80659 (or 0xC80659) is known color: Ruby. HEX triplet: C8, 06 and 59. RGB value is (200,6,89). Sum of RGB (Red+Green+Blue) = 200+6+89=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C80659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80659 is #37F9A6. Grayscale: #494949. Windows color (decimal): -3668391 or 5834440. OLE color: 5834440.

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

Color convert

RGB 200 6 89 -
CMYK 0 0.97 0.56 0.22
HSL 334.33º 0.94% 0.4% -
HSV(B) 334.33º 0.97% 0.78% -
XYZ 25.69 13.13 10.63 -
YUV 73.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 200 6 89 0 0.97 0.56 0.22 334.33 0.94 0.4
Hex C8 6 59 0 61 38 16 14E 5E 28
Octal 310 6 131 0 141 70 26 516 136 50
Binary 11001000 110 1011001 0 1100001 111000 10110 101001110 1011110 101000

Color Harmonies of #C80659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80659

Black with #C80659

Text Example


Text Example

White with #C80659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80659; }

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

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

background-color css

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

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

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

border-color css

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

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

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