Html Css Color HEX #C9055D Ruby

📋 copy color: '#C9055D'

red 201 ◦ green 5 ◦ blue 93

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

Shades of Ruby #C9055D

Tints of Ruby #C9055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 67.22%
G = 1.67%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9055D (or 0xC9055D) is known color: Ruby. HEX triplet: C9, 05 and 5D. RGB value is (201,5,93). Sum of RGB (Red+Green+Blue) = 201+5+93=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9055D is #36FAA2. Grayscale: #494949. Windows color (decimal): -3603107 or 6096329. OLE color: 6096329.

HSL color Cylindrical-coordinate representation of color #C9055D: hue angle of 333.06º 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 #C9055D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 93 -
CMYK 0 0.98 0.54 0.21
HSL 333.06º 0.95% 0.4% -
HSV(B) 333.06º 0.98% 0.79% -
XYZ 26.12 13.32 11.55 -
YUV 73.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 201 5 93 0 0.98 0.54 0.21 333.06 0.95 0.4
Hex C9 5 5D 0 62 36 15 14D 5F 28
Octal 311 5 135 0 142 66 25 515 137 50
Binary 11001001 101 1011101 0 1100010 110110 10101 101001101 1011111 101000

Color Harmonies of #C9055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9055D

Black with #C9055D

Text Example


Text Example

White with #C9055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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