Html Css Color HEX #C91655 Ruby

📋 copy color: '#C91655'

red 201 ◦ green 22 ◦ blue 85

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

Shades of Ruby #C91655

Tints of Ruby #C91655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 65.26%
G = 7.14%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C91655 (or 0xC91655) is known color: Ruby. HEX triplet: C9, 16 and 55. RGB value is (201,22,85). Sum of RGB (Red+Green+Blue) = 201+22+85=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C91655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91655 is #36E9AA. Grayscale: #525252. Windows color (decimal): -3598763 or 5576393. OLE color: 5576393.

HSL color Cylindrical-coordinate representation of color #C91655: hue angle of 338.88º 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 #C91655 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 85 -
CMYK 0 0.89 0.58 0.21
HSL 338.88º 0.8% 0.44% -
HSV(B) 338.88º 0.89% 0.79% -
XYZ 26.01 13.65 9.86 -
YUV 82.7 129.3 212.38 -
System Red Green Blue C M Y K H S L
Decimal 201 22 85 0 0.89 0.58 0.21 338.88 0.8 0.44
Hex C9 16 55 0 59 3A 15 153 50 2C
Octal 311 26 125 0 131 72 25 523 120 54
Binary 11001001 10110 1010101 0 1011001 111010 10101 101010011 1010000 101100

Color Harmonies of #C91655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91655

Black with #C91655

Text Example


Text Example

White with #C91655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91655; }

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

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

background-color css

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

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

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

border-color css

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

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

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