Html Css Color HEX #C90955 Ruby

📋 copy color: '#C90955'

red 201 ◦ green 9 ◦ blue 85

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

Shades of Ruby #C90955

Tints of Ruby #C90955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 68.14%
G = 3.05%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C90955 (or 0xC90955) is known color: Ruby. HEX triplet: C9, 09 and 55. RGB value is (201,9,85). Sum of RGB (Red+Green+Blue) = 201+9+85=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C90955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90955 is #36F6AA. Grayscale: #4A4A4A. Windows color (decimal): -3602091 or 5573065. OLE color: 5573065.

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

Color convert

RGB 201 9 85 -
CMYK 0 0.96 0.58 0.21
HSL 336.25º 0.91% 0.41% -
HSV(B) 336.25º 0.96% 0.79% -
XYZ 25.82 13.27 9.79 -
YUV 75.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 201 9 85 0 0.96 0.58 0.21 336.25 0.91 0.41
Hex C9 9 55 0 60 3A 15 150 5B 29
Octal 311 11 125 0 140 72 25 520 133 51
Binary 11001001 1001 1010101 0 1100000 111010 10101 101010000 1011011 101001

Color Harmonies of #C90955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90955

Black with #C90955

Text Example


Text Example

White with #C90955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90955; }

 p { color: rgb(201,9,85); }

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

background-color css

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

 a { background-color: rgb(201,9,85); }

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

border-color css

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

 span { border-color: rgb(201,9,85); }

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