Html Css Color HEX #C81055 Ruby

📋 copy color: '#C81055'

red 200 ◦ green 16 ◦ blue 85

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

Shades of Ruby #C81055

Tints of Ruby #C81055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 66.45%
G = 5.32%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81055 (or 0xC81055) is known color: Ruby. HEX triplet: C8, 10 and 55. RGB value is (200,16,85). Sum of RGB (Red+Green+Blue) = 200+16+85=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C81055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81055 is #37EFAA. Grayscale: #4E4E4E. Windows color (decimal): -3665835 or 5574856. OLE color: 5574856.

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

Color convert

RGB 200 16 85 -
CMYK 0 0.92 0.58 0.22
HSL 337.5º 0.85% 0.42% -
HSV(B) 337.5º 0.92% 0.78% -
XYZ 25.64 13.31 9.81 -
YUV 78.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 200 16 85 0 0.92 0.58 0.22 337.5 0.85 0.42
Hex C8 10 55 0 5C 3A 16 152 55 2A
Octal 310 20 125 0 134 72 26 522 125 52
Binary 11001000 10000 1010101 0 1011100 111010 10110 101010010 1010101 101010

Color Harmonies of #C81055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81055

Black with #C81055

Text Example


Text Example

White with #C81055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81055; }

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

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

background-color css

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

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

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

border-color css

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

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

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