Html Css Color HEX #C80655 Ruby

📋 copy color: '#C80655'

red 200 ◦ green 6 ◦ blue 85

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

Shades of Ruby #C80655

Tints of Ruby #C80655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 68.73%
G = 2.06%
B = 29.21%

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

#C80655 (or 0xC80655) is known color: Ruby. HEX triplet: C8, 06 and 55. RGB value is (200,6,85). Sum of RGB (Red+Green+Blue) = 200+6+85=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C80655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80655 is #37F9AA. Grayscale: #484848. Windows color (decimal): -3668395 or 5572296. OLE color: 5572296.

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

Color convert

RGB 200 6 85 -
CMYK 0 0.97 0.58 0.22
HSL 335.57º 0.94% 0.4% -
HSV(B) 335.57º 0.97% 0.78% -
XYZ 25.52 13.07 9.77 -
YUV 73.01 134.77 218.58 -
System Red Green Blue C M Y K H S L
Decimal 200 6 85 0 0.97 0.58 0.22 335.57 0.94 0.4
Hex C8 6 55 0 61 3A 16 150 5E 28
Octal 310 6 125 0 141 72 26 520 136 50
Binary 11001000 110 1010101 0 1100001 111010 10110 101010000 1011110 101000

Color Harmonies of #C80655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80655

Black with #C80655

Text Example


Text Example

White with #C80655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80655; }

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

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

background-color css

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

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

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

border-color css

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

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

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