Html Css Color HEX #C91B6C Ruby

📋 copy color: '#C91B6C'

red 201 ◦ green 27 ◦ blue 108

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

Shades of Ruby #C91B6C

Tints of Ruby #C91B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.04%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 59.82%
G = 8.04%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C91B6C (or 0xC91B6C) is known color: Ruby. HEX triplet: C9, 1B and 6C. RGB value is (201,27,108). Sum of RGB (Red+Green+Blue) = 201+27+108=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91B6C is #36E493. Grayscale: #585858. Windows color (decimal): -3597460 or 7085001. OLE color: 7085001.

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

Color convert

RGB 201 27 108 -
CMYK 0 0.87 0.46 0.21
HSL 332.07º 0.76% 0.45% -
HSV(B) 332.07º 0.87% 0.79% -
XYZ 27.19 14.28 15.51 -
YUV 88.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 201 27 108 0 0.87 0.46 0.21 332.07 0.76 0.45
Hex C9 1B 6C 0 57 2E 15 14C 4C 2D
Octal 311 33 154 0 127 56 25 514 114 55
Binary 11001001 11011 1101100 0 1010111 101110 10101 101001100 1001100 101101

Color Harmonies of #C91B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B6C

Black with #C91B6C

Text Example


Text Example

White with #C91B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B6C; }

 p { color: rgb(201,27,108); }

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

background-color css

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

 a { background-color: rgb(201,27,108); }

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

border-color css

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

 span { border-color: rgb(201,27,108); }

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