Html Css Color HEX #C90557 Ruby

📋 copy color: '#C90557'

red 201 ◦ green 5 ◦ blue 87

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

Shades of Ruby #C90557

Tints of Ruby #C90557

RGB

 RED value IS 201 (78.91% from 255) = 68.6%

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 68.6%
G = 1.71%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C90557 (or 0xC90557) is known color: Ruby. HEX triplet: C9, 05 and 57. RGB value is (201,5,87). Sum of RGB (Red+Green+Blue) = 201+5+87=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C90557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90557 is #36FAA8. Grayscale: #484848. Windows color (decimal): -3603113 or 5703113. OLE color: 5703113.

HSL color Cylindrical-coordinate representation of color #C90557: hue angle of 334.9º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90557 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 87 -
CMYK 0 0.98 0.57 0.21
HSL 334.9º 0.95% 0.4% -
HSV(B) 334.9º 0.98% 0.79% -
XYZ 25.86 13.21 10.2 -
YUV 72.95 135.93 219.33 -
System Red Green Blue C M Y K H S L
Decimal 201 5 87 0 0.98 0.57 0.21 334.9 0.95 0.4
Hex C9 5 57 0 62 39 15 14F 5F 28
Octal 311 5 127 0 142 71 25 517 137 50
Binary 11001001 101 1010111 0 1100010 111001 10101 101001111 1011111 101000

Color Harmonies of #C90557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90557

Black with #C90557

Text Example


Text Example

White with #C90557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90557; }

 p { color: rgb(201,5,87); }

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

background-color css

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

 a { background-color: rgb(201,5,87); }

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

border-color css

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

 span { border-color: rgb(201,5,87); }

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