Html Css Color HEX #C81056 Ruby

📋 copy color: '#C81056'

red 200 ◦ green 16 ◦ blue 86

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

Shades of Ruby #C81056

Tints of Ruby #C81056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 66.23%
G = 5.3%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C81056 (or 0xC81056) is known color: Ruby. HEX triplet: C8, 10 and 56. RGB value is (200,16,86). Sum of RGB (Red+Green+Blue) = 200+16+86=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C81056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81056 is #37EFA9. Grayscale: #4E4E4E. Windows color (decimal): -3665834 or 5640392. OLE color: 5640392.

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

Color convert

RGB 200 16 86 -
CMYK 0 0.92 0.57 0.22
HSL 337.17º 0.85% 0.42% -
HSV(B) 337.17º 0.92% 0.78% -
XYZ 25.68 13.32 10.02 -
YUV 79 131.96 214.31 -
System Red Green Blue C M Y K H S L
Decimal 200 16 86 0 0.92 0.57 0.22 337.17 0.85 0.42
Hex C8 10 56 0 5C 39 16 151 55 2A
Octal 310 20 126 0 134 71 26 521 125 52
Binary 11001000 10000 1010110 0 1011100 111001 10110 101010001 1010101 101010

Color Harmonies of #C81056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81056

Black with #C81056

Text Example


Text Example

White with #C81056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81056; }

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

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

background-color css

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

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

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

border-color css

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

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

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