Html Css Color HEX #C90A57 Ruby

📋 copy color: '#C90A57'

red 201 ◦ green 10 ◦ blue 87

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

Shades of Ruby #C90A57

Tints of Ruby #C90A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 67.45%
G = 3.36%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C90A57 (or 0xC90A57) is known color: Ruby. HEX triplet: C9, 0A and 57. RGB value is (201,10,87). Sum of RGB (Red+Green+Blue) = 201+10+87=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90A57 is #36F5A8. Grayscale: #4B4B4B. Windows color (decimal): -3601833 or 5704393. OLE color: 5704393.

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

Color convert

RGB 201 10 87 -
CMYK 0 0.95 0.57 0.21
HSL 335.81º 0.91% 0.41% -
HSV(B) 335.81º 0.95% 0.79% -
XYZ 25.92 13.32 10.22 -
YUV 75.89 134.28 217.24 -
System Red Green Blue C M Y K H S L
Decimal 201 10 87 0 0.95 0.57 0.21 335.81 0.91 0.41
Hex C9 A 57 0 5F 39 15 150 5B 29
Octal 311 12 127 0 137 71 25 520 133 51
Binary 11001001 1010 1010111 0 1011111 111001 10101 101010000 1011011 101001

Color Harmonies of #C90A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90A57

Black with #C90A57

Text Example


Text Example

White with #C90A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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