Html Css Color HEX #C9205E Ruby

📋 copy color: '#C9205E'

red 201 ◦ green 32 ◦ blue 94

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

Shades of Ruby #C9205E

Tints of Ruby #C9205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

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

R = 61.47%
G = 9.79%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9205E (or 0xC9205E) is known color: Ruby. HEX triplet: C9, 20 and 5E. RGB value is (201,32,94). Sum of RGB (Red+Green+Blue) = 201+32+94=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9205E is #36DFA1. Grayscale: #595959. Windows color (decimal): -3596194 or 6168777. OLE color: 6168777.

HSL color Cylindrical-coordinate representation of color #C9205E: hue angle of 337.99º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9205E is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 94 -
CMYK 0 0.84 0.53 0.21
HSL 337.99º 0.73% 0.46% -
HSV(B) 337.99º 0.84% 0.79% -
XYZ 26.62 14.26 11.94 -
YUV 89.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 201 32 94 0 0.84 0.53 0.21 337.99 0.73 0.46
Hex C9 20 5E 0 54 35 15 152 49 2E
Octal 311 40 136 0 124 65 25 522 111 56
Binary 11001001 100000 1011110 0 1010100 110101 10101 101010010 1001001 101110

Color Harmonies of #C9205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9205E

Black with #C9205E

Text Example


Text Example

White with #C9205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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