Html Css Color HEX #C91962 Ruby

📋 copy color: '#C91962'

red 201 ◦ green 25 ◦ blue 98

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

Shades of Ruby #C91962

Tints of Ruby #C91962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

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

R = 62.04%
G = 7.72%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C91962 (or 0xC91962) is known color: Ruby. HEX triplet: C9, 19 and 62. RGB value is (201,25,98). Sum of RGB (Red+Green+Blue) = 201+25+98=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C91962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91962 is #36E69D. Grayscale: #555555. Windows color (decimal): -3597982 or 6429129. OLE color: 6429129.

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

Color convert

RGB 201 25 98 -
CMYK 0 0.88 0.51 0.21
HSL 335.11º 0.78% 0.44% -
HSV(B) 335.11º 0.88% 0.79% -
XYZ 26.64 13.99 12.85 -
YUV 85.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 201 25 98 0 0.88 0.51 0.21 335.11 0.78 0.44
Hex C9 19 62 0 58 33 15 14F 4E 2C
Octal 311 31 142 0 130 63 25 517 116 54
Binary 11001001 11001 1100010 0 1011000 110011 10101 101001111 1001110 101100

Color Harmonies of #C91962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91962

Black with #C91962

Text Example


Text Example

White with #C91962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91962; }

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

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

background-color css

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

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

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

border-color css

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

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

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