Html Css Color HEX #C80566 Ruby

📋 copy color: '#C80566'

red 200 ◦ green 5 ◦ blue 102

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

Shades of Ruby #C80566

Tints of Ruby #C80566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 65.15%
G = 1.63%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80566 (or 0xC80566) is known color: Ruby. HEX triplet: C8, 05 and 66. RGB value is (200,5,102). Sum of RGB (Red+Green+Blue) = 200+5+102=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C80566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80566 is #37FA99. Grayscale: #4A4A4A. Windows color (decimal): -3668634 or 6686152. OLE color: 6686152.

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

Color convert

RGB 200 5 102 -
CMYK 0 0.98 0.49 0.22
HSL 330.15º 0.95% 0.4% -
HSV(B) 330.15º 0.98% 0.78% -
XYZ 26.27 13.35 13.76 -
YUV 74.36 143.6 217.61 -
System Red Green Blue C M Y K H S L
Decimal 200 5 102 0 0.98 0.49 0.22 330.15 0.95 0.4
Hex C8 5 66 0 62 31 16 14A 5F 28
Octal 310 5 146 0 142 61 26 512 137 50
Binary 11001000 101 1100110 0 1100010 110001 10110 101001010 1011111 101000

Color Harmonies of #C80566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80566

Black with #C80566

Text Example


Text Example

White with #C80566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80566; }

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

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

background-color css

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

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

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

border-color css

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

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

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