Html Css Color HEX #C80060 Ruby

📋 copy color: '#C80060'

red 200 ◦ green 0 ◦ blue 96

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

Shades of Ruby #C80060

Tints of Ruby #C80060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.57%
G = 0%
B = 32.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80060 (or 0xC80060) is known color: Ruby. HEX triplet: C8, 00 and 60. RGB value is (200,0,96). Sum of RGB (Red+Green+Blue) = 200+0+96=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C80060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80060 is #37FF9F. Grayscale: #464646. Windows color (decimal): -3669920 or 6291656. OLE color: 6291656.

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

Color convert

RGB 200 0 96 -
CMYK 0 1 0.52 0.22
HSL 331.2º 1% 0.39% -
HSV(B) 331.2º 1% 0.78% -
XYZ 25.93 13.12 12.23 -
YUV 70.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 200 0 96 0 1 0.52 0.22 331.2 1 0.39
Hex C8 0 60 0 64 34 16 14B 64 27
Octal 310 0 140 0 144 64 26 513 144 47
Binary 11001000 0 1100000 0 1100100 110100 10110 101001011 1100100 100111

Color Harmonies of #C80060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80060

Black with #C80060

Text Example


Text Example

White with #C80060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80060; }

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

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

background-color css

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

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

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

border-color css

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

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

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