Html Css Color HEX #C81061 Ruby

📋 copy color: '#C81061'

red 200 ◦ green 16 ◦ blue 97

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

Shades of Ruby #C81061

Tints of Ruby #C81061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 63.9%
G = 5.11%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C81061 (or 0xC81061) is known color: Ruby. HEX triplet: C8, 10 and 61. RGB value is (200,16,97). Sum of RGB (Red+Green+Blue) = 200+16+97=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C81061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81061 is #37EF9E. Grayscale: #505050. Windows color (decimal): -3665823 or 6361288. OLE color: 6361288.

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

Color convert

RGB 200 16 97 -
CMYK 0 0.92 0.52 0.22
HSL 333.59º 0.85% 0.42% -
HSV(B) 333.59º 0.92% 0.78% -
XYZ 26.16 13.51 12.54 -
YUV 80.25 137.46 213.41 -
System Red Green Blue C M Y K H S L
Decimal 200 16 97 0 0.92 0.52 0.22 333.59 0.85 0.42
Hex C8 10 61 0 5C 34 16 14E 55 2A
Octal 310 20 141 0 134 64 26 516 125 52
Binary 11001000 10000 1100001 0 1011100 110100 10110 101001110 1010101 101010

Color Harmonies of #C81061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81061

Black with #C81061

Text Example


Text Example

White with #C81061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81061; }

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

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

background-color css

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

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

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

border-color css

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

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

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