Html Css Color HEX #C81057 Ruby

📋 copy color: '#C81057'

red 200 ◦ green 16 ◦ blue 87

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

Shades of Ruby #C81057

Tints of Ruby #C81057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 66.01%
G = 5.28%
B = 28.71%

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

#C81057 (or 0xC81057) is known color: Ruby. HEX triplet: C8, 10 and 57. RGB value is (200,16,87). Sum of RGB (Red+Green+Blue) = 200+16+87=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81057 is #37EFA8. Grayscale: #4F4F4F. Windows color (decimal): -3665833 or 5705928. OLE color: 5705928.

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

Color convert

RGB 200 16 87 -
CMYK 0 0.92 0.56 0.22
HSL 336.85º 0.85% 0.42% -
HSV(B) 336.85º 0.92% 0.78% -
XYZ 25.73 13.34 10.24 -
YUV 79.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 200 16 87 0 0.92 0.56 0.22 336.85 0.85 0.42
Hex C8 10 57 0 5C 38 16 151 55 2A
Octal 310 20 127 0 134 70 26 521 125 52
Binary 11001000 10000 1010111 0 1011100 111000 10110 101010001 1010101 101010

Color Harmonies of #C81057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81057

Black with #C81057

Text Example


Text Example

White with #C81057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81057; }

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

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

background-color css

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

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

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

border-color css

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

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

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