Html Css Color HEX #C9095E Ruby

📋 copy color: '#C9095E'

red 201 ◦ green 9 ◦ blue 94

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

Shades of Ruby #C9095E

Tints of Ruby #C9095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 66.12%
G = 2.96%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9095E (or 0xC9095E) is known color: Ruby. HEX triplet: C9, 09 and 5E. RGB value is (201,9,94). Sum of RGB (Red+Green+Blue) = 201+9+94=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C9095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9095E is #36F6A1. Grayscale: #4B4B4B. Windows color (decimal): -3602082 or 6162889. OLE color: 6162889.

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

Color convert

RGB 201 9 94 -
CMYK 0 0.96 0.53 0.21
HSL 333.44º 0.91% 0.41% -
HSV(B) 333.44º 0.96% 0.79% -
XYZ 26.21 13.42 11.8 -
YUV 76.1 138.11 217.09 -
System Red Green Blue C M Y K H S L
Decimal 201 9 94 0 0.96 0.53 0.21 333.44 0.91 0.41
Hex C9 9 5E 0 60 35 15 14D 5B 29
Octal 311 11 136 0 140 65 25 515 133 51
Binary 11001001 1001 1011110 0 1100000 110101 10101 101001101 1011011 101001

Color Harmonies of #C9095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9095E

Black with #C9095E

Text Example


Text Example

White with #C9095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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