Html Css Color HEX #C81356 Ruby

📋 copy color: '#C81356'

red 200 ◦ green 19 ◦ blue 86

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

Shades of Ruby #C81356

Tints of Ruby #C81356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 65.57%
G = 6.23%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C81356 (or 0xC81356) is known color: Ruby. HEX triplet: C8, 13 and 56. RGB value is (200,19,86). Sum of RGB (Red+Green+Blue) = 200+19+86=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81356 is #37ECA9. Grayscale: #505050. Windows color (decimal): -3665066 or 5641160. OLE color: 5641160.

HSL color Cylindrical-coordinate representation of color #C81356: hue angle of 337.79º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81356 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 86 -
CMYK 0 0.90 0.57 0.22
HSL 337.79º 0.83% 0.43% -
HSV(B) 337.79º 0.91% 0.78% -
XYZ 25.73 13.42 10.04 -
YUV 80.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 200 19 86 0 0.90 0.57 0.22 337.79 0.83 0.43
Hex C8 13 56 0 5A 39 16 152 53 2B
Octal 310 23 126 0 132 71 26 522 123 53
Binary 11001000 10011 1010110 0 1011010 111001 10110 101010010 1010011 101011

Color Harmonies of #C81356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81356

Black with #C81356

Text Example


Text Example

White with #C81356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81356; }

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

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

background-color css

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

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

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

border-color css

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

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

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