Html Css Color HEX #C91C69 Ruby

📋 copy color: '#C91C69'

red 201 ◦ green 28 ◦ blue 105

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

Shades of Ruby #C91C69

Tints of Ruby #C91C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.38%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 60.18%
G = 8.38%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C91C69 (or 0xC91C69) is known color: Ruby. HEX triplet: C9, 1C and 69. RGB value is (201,28,105). Sum of RGB (Red+Green+Blue) = 201+28+105=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91C69 is #36E396. Grayscale: #585858. Windows color (decimal): -3597207 or 6888649. OLE color: 6888649.

HSL color Cylindrical-coordinate representation of color #C91C69: hue angle of 333.29º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C69 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 28 105 -
CMYK 0 0.86 0.48 0.21
HSL 333.29º 0.76% 0.45% -
HSV(B) 333.29º 0.86% 0.79% -
XYZ 27.05 14.27 14.69 -
YUV 88.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 201 28 105 0 0.86 0.48 0.21 333.29 0.76 0.45
Hex C9 1C 69 0 56 30 15 14D 4C 2D
Octal 311 34 151 0 126 60 25 515 114 55
Binary 11001001 11100 1101001 0 1010110 110000 10101 101001101 1001100 101101

Color Harmonies of #C91C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91C69

Black with #C91C69

Text Example


Text Example

White with #C91C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91C69; }

 p { color: rgb(201,28,105); }

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

background-color css

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

 a { background-color: rgb(201,28,105); }

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

border-color css

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

 span { border-color: rgb(201,28,105); }

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