Html Css Color HEX #C80160 Ruby

📋 copy color: '#C80160'

red 200 ◦ green 1 ◦ blue 96

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

Shades of Ruby #C80160

Tints of Ruby #C80160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 67.34%
G = 0.34%
B = 32.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80160 (or 0xC80160) is known color: Ruby. HEX triplet: C8, 01 and 60. RGB value is (200,1,96). Sum of RGB (Red+Green+Blue) = 200+1+96=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C80160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80160 is #37FE9F. Grayscale: #474747. Windows color (decimal): -3669664 or 6291912. OLE color: 6291912.

HSL color Cylindrical-coordinate representation of color #C80160: hue angle of 331.36º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80160 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 96 -
CMYK 0 1.00 0.52 0.22
HSL 331.36º 0.99% 0.39% -
HSV(B) 331.36º 1% 0.78% -
XYZ 25.94 13.15 12.24 -
YUV 71.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 200 1 96 0 1.00 0.52 0.22 331.36 0.99 0.39
Hex C8 1 60 0 64 34 16 14B 63 27
Octal 310 1 140 0 144 64 26 513 143 47
Binary 11001000 1 1100000 0 1100100 110100 10110 101001011 1100011 100111

Color Harmonies of #C80160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80160

Black with #C80160

Text Example


Text Example

White with #C80160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80160; }

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

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

background-color css

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

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

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

border-color css

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

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

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