Html Css Color HEX #C9045A Ruby

📋 copy color: '#C9045A'

red 201 ◦ green 4 ◦ blue 90

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

Shades of Ruby #C9045A

Tints of Ruby #C9045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 68.14%
G = 1.36%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9045A (or 0xC9045A) is known color: Ruby. HEX triplet: C9, 04 and 5A. RGB value is (201,4,90). Sum of RGB (Red+Green+Blue) = 201+4+90=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9045A is #36FBA5. Grayscale: #484848. Windows color (decimal): -3603366 or 5899465. OLE color: 5899465.

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

Color convert

RGB 201 4 90 -
CMYK 0 0.98 0.55 0.21
HSL 333.81º 0.96% 0.4% -
HSV(B) 333.81º 0.98% 0.79% -
XYZ 25.98 13.24 10.86 -
YUV 72.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 201 4 90 0 0.98 0.55 0.21 333.81 0.96 0.4
Hex C9 4 5A 0 62 37 15 14E 60 28
Octal 311 4 132 0 142 67 25 516 140 50
Binary 11001001 100 1011010 0 1100010 110111 10101 101001110 1100000 101000

Color Harmonies of #C9045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9045A

Black with #C9045A

Text Example


Text Example

White with #C9045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9045A; }

 p { color: rgb(201,4,90); }

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

background-color css

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

 a { background-color: rgb(201,4,90); }

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

border-color css

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

 span { border-color: rgb(201,4,90); }

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