Html Css Color HEX #C91862 Ruby

📋 copy color: '#C91862'

red 201 ◦ green 24 ◦ blue 98

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

Shades of Ruby #C91862

Tints of Ruby #C91862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.43%

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

R = 62.23%
G = 7.43%
B = 30.34%

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

#C91862 (or 0xC91862) is known color: Ruby. HEX triplet: C9, 18 and 62. RGB value is (201,24,98). Sum of RGB (Red+Green+Blue) = 201+24+98=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C91862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91862 is #36E79D. Grayscale: #555555. Windows color (decimal): -3598238 or 6428873. OLE color: 6428873.

HSL color Cylindrical-coordinate representation of color #C91862: hue angle of 334.92º degrees, saturation: 0.79, 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 #C91862 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 98 -
CMYK 0 0.88 0.51 0.21
HSL 334.92º 0.79% 0.44% -
HSV(B) 334.92º 0.88% 0.79% -
XYZ 26.62 13.95 12.85 -
YUV 85.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 201 24 98 0 0.88 0.51 0.21 334.92 0.79 0.44
Hex C9 18 62 0 58 33 15 14F 4F 2C
Octal 311 30 142 0 130 63 25 517 117 54
Binary 11001001 11000 1100010 0 1011000 110011 10101 101001111 1001111 101100

Color Harmonies of #C91862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91862

Black with #C91862

Text Example


Text Example

White with #C91862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91862; }

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

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

background-color css

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

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

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

border-color css

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

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

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