Html Css Color HEX #C91562 Ruby

📋 copy color: '#C91562'

red 201 ◦ green 21 ◦ blue 98

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

Shades of Ruby #C91562

Tints of Ruby #C91562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 62.81%
G = 6.56%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C91562 (or 0xC91562) is known color: Ruby. HEX triplet: C9, 15 and 62. RGB value is (201,21,98). Sum of RGB (Red+Green+Blue) = 201+21+98=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C91562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91562 is #36EA9D. Grayscale: #535353. Windows color (decimal): -3599006 or 6428105. OLE color: 6428105.

HSL color Cylindrical-coordinate representation of color #C91562: hue angle of 334.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91562 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 98 -
CMYK 0 0.90 0.51 0.21
HSL 334.33º 0.81% 0.44% -
HSV(B) 334.33º 0.9% 0.79% -
XYZ 26.56 13.84 12.83 -
YUV 83.6 136.13 211.74 -
System Red Green Blue C M Y K H S L
Decimal 201 21 98 0 0.90 0.51 0.21 334.33 0.81 0.44
Hex C9 15 62 0 5A 33 15 14E 51 2C
Octal 311 25 142 0 132 63 25 516 121 54
Binary 11001001 10101 1100010 0 1011010 110011 10101 101001110 1010001 101100

Color Harmonies of #C91562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91562

Black with #C91562

Text Example


Text Example

White with #C91562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91562; }

 p { color: rgb(201,21,98); }

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

background-color css

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

 a { background-color: rgb(201,21,98); }

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

border-color css

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

 span { border-color: rgb(201,21,98); }

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