Html Css Color HEX #C80564 Ruby

📋 copy color: '#C80564'

red 200 ◦ green 5 ◦ blue 100

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

Shades of Ruby #C80564

Tints of Ruby #C80564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 65.57%
G = 1.64%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C80564 (or 0xC80564) is known color: Ruby. HEX triplet: C8, 05 and 64. RGB value is (200,5,100). Sum of RGB (Red+Green+Blue) = 200+5+100=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80564 is #37FA9B. Grayscale: #494949. Windows color (decimal): -3668636 or 6555080. OLE color: 6555080.

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

Color convert

RGB 200 5 100 -
CMYK 0 0.98 0.5 0.22
HSL 330.77º 0.95% 0.4% -
HSV(B) 330.77º 0.98% 0.78% -
XYZ 26.17 13.31 13.25 -
YUV 74.14 142.6 217.78 -
System Red Green Blue C M Y K H S L
Decimal 200 5 100 0 0.98 0.5 0.22 330.77 0.95 0.4
Hex C8 5 64 0 62 32 16 14B 5F 28
Octal 310 5 144 0 142 62 26 513 137 50
Binary 11001000 101 1100100 0 1100010 110010 10110 101001011 1011111 101000

Color Harmonies of #C80564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80564

Black with #C80564

Text Example


Text Example

White with #C80564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80564; }

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

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

background-color css

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

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

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

border-color css

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

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

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