Html Css Color HEX #C81059 Ruby

📋 copy color: '#C81059'

red 200 ◦ green 16 ◦ blue 89

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

Shades of Ruby #C81059

Tints of Ruby #C81059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 65.57%
G = 5.25%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81059 (or 0xC81059) is known color: Ruby. HEX triplet: C8, 10 and 59. RGB value is (200,16,89). Sum of RGB (Red+Green+Blue) = 200+16+89=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81059 is #37EFA6. Grayscale: #4F4F4F. Windows color (decimal): -3665831 or 5837000. OLE color: 5837000.

HSL color Cylindrical-coordinate representation of color #C81059: hue angle of 336.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81059 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 16 89 -
CMYK 0 0.92 0.56 0.22
HSL 336.2º 0.85% 0.42% -
HSV(B) 336.2º 0.92% 0.78% -
XYZ 25.81 13.37 10.67 -
YUV 79.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 200 16 89 0 0.92 0.56 0.22 336.2 0.85 0.42
Hex C8 10 59 0 5C 38 16 150 55 2A
Octal 310 20 131 0 134 70 26 520 125 52
Binary 11001000 10000 1011001 0 1011100 111000 10110 101010000 1010101 101010

Color Harmonies of #C81059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81059

Black with #C81059

Text Example


Text Example

White with #C81059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81059; }

 p { color: rgb(200,16,89); }

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

background-color css

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

 a { background-color: rgb(200,16,89); }

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

border-color css

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

 span { border-color: rgb(200,16,89); }

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