Html Css Color HEX #C9095D Ruby

📋 copy color: '#C9095D'

red 201 ◦ green 9 ◦ blue 93

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

Shades of Ruby #C9095D

Tints of Ruby #C9095D

RGB

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

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

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

R = 66.34%
G = 2.97%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9095D (or 0xC9095D) is known color: Ruby. HEX triplet: C9, 09 and 5D. RGB value is (201,9,93). Sum of RGB (Red+Green+Blue) = 201+9+93=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9095D is #36F6A2. Grayscale: #4B4B4B. Windows color (decimal): -3602083 or 6097353. OLE color: 6097353.

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

Color convert

RGB 201 9 93 -
CMYK 0 0.96 0.54 0.21
HSL 333.75º 0.91% 0.41% -
HSV(B) 333.75º 0.96% 0.79% -
XYZ 26.16 13.4 11.56 -
YUV 75.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 201 9 93 0 0.96 0.54 0.21 333.75 0.91 0.41
Hex C9 9 5D 0 60 36 15 14E 5B 29
Octal 311 11 135 0 140 66 25 516 133 51
Binary 11001001 1001 1011101 0 1100000 110110 10101 101001110 1011011 101001

Color Harmonies of #C9095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9095D

Black with #C9095D

Text Example


Text Example

White with #C9095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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