Html Css Color HEX #C80460 Ruby

📋 copy color: '#C80460'

red 200 ◦ green 4 ◦ blue 96

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

Shades of Ruby #C80460

Tints of Ruby #C80460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 66.67%
G = 1.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80460 (or 0xC80460) is known color: Ruby. HEX triplet: C8, 04 and 60. RGB value is (200,4,96). Sum of RGB (Red+Green+Blue) = 200+4+96=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C80460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80460 is #37FB9F. Grayscale: #484848. Windows color (decimal): -3668896 or 6292680. OLE color: 6292680.

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

Color convert

RGB 200 4 96 -
CMYK 0 0.98 0.52 0.22
HSL 331.84º 0.96% 0.4% -
HSV(B) 331.84º 0.98% 0.78% -
XYZ 25.97 13.21 12.25 -
YUV 73.09 140.93 218.52 -
System Red Green Blue C M Y K H S L
Decimal 200 4 96 0 0.98 0.52 0.22 331.84 0.96 0.4
Hex C8 4 60 0 62 34 16 14C 60 28
Octal 310 4 140 0 142 64 26 514 140 50
Binary 11001000 100 1100000 0 1100010 110100 10110 101001100 1100000 101000

Color Harmonies of #C80460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80460

Black with #C80460

Text Example


Text Example

White with #C80460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80460; }

 p { color: rgb(200,4,96); }

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

background-color css

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

 a { background-color: rgb(200,4,96); }

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

border-color css

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

 span { border-color: rgb(200,4,96); }

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