Html Css Color HEX #C9165A Ruby

📋 copy color: '#C9165A'

red 201 ◦ green 22 ◦ blue 90

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

Shades of Ruby #C9165A

Tints of Ruby #C9165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

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

R = 64.22%
G = 7.03%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9165A (or 0xC9165A) is known color: Ruby. HEX triplet: C9, 16 and 5A. RGB value is (201,22,90). Sum of RGB (Red+Green+Blue) = 201+22+90=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9165A is #36E9A5. Grayscale: #535353. Windows color (decimal): -3598758 or 5904073. OLE color: 5904073.

HSL color Cylindrical-coordinate representation of color #C9165A: hue angle of 337.21º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9165A is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 90 -
CMYK 0 0.89 0.55 0.21
HSL 337.21º 0.8% 0.44% -
HSV(B) 337.21º 0.89% 0.79% -
XYZ 26.22 13.73 10.94 -
YUV 83.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 201 22 90 0 0.89 0.55 0.21 337.21 0.8 0.44
Hex C9 16 5A 0 59 37 15 151 50 2C
Octal 311 26 132 0 131 67 25 521 120 54
Binary 11001001 10110 1011010 0 1011001 110111 10101 101010001 1010000 101100

Color Harmonies of #C9165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9165A

Black with #C9165A

Text Example


Text Example

White with #C9165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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