Html Css Color HEX #C81957 Ruby

📋 copy color: '#C81957'

red 200 ◦ green 25 ◦ blue 87

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

Shades of Ruby #C81957

Tints of Ruby #C81957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

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

R = 64.1%
G = 8.01%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81957 (or 0xC81957) is known color: Ruby. HEX triplet: C8, 19 and 57. RGB value is (200,25,87). Sum of RGB (Red+Green+Blue) = 200+25+87=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C81957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81957 is #37E6A8. Grayscale: #545454. Windows color (decimal): -3663529 or 5708232. OLE color: 5708232.

HSL color Cylindrical-coordinate representation of color #C81957: hue angle of 338.74º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81957 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 87 -
CMYK 0 0.88 0.56 0.22
HSL 338.74º 0.78% 0.44% -
HSV(B) 338.74º 0.88% 0.78% -
XYZ 25.89 13.66 10.29 -
YUV 84.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 200 25 87 0 0.88 0.56 0.22 338.74 0.78 0.44
Hex C8 19 57 0 58 38 16 153 4E 2C
Octal 310 31 127 0 130 70 26 523 116 54
Binary 11001000 11001 1010111 0 1011000 111000 10110 101010011 1001110 101100

Color Harmonies of #C81957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81957

Black with #C81957

Text Example


Text Example

White with #C81957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81957; }

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

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

background-color css

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

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

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

border-color css

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

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

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