Html Css Color HEX #C91B6B Ruby

📋 copy color: '#C91B6B'

red 201 ◦ green 27 ◦ blue 107

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

Shades of Ruby #C91B6B

Tints of Ruby #C91B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 60%
G = 8.06%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C91B6B (or 0xC91B6B) is known color: Ruby. HEX triplet: C9, 1B and 6B. RGB value is (201,27,107). Sum of RGB (Red+Green+Blue) = 201+27+107=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91B6B is #36E494. Grayscale: #575757. Windows color (decimal): -3597461 or 7019465. OLE color: 7019465.

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

Color convert

RGB 201 27 107 -
CMYK 0 0.87 0.47 0.21
HSL 332.41º 0.76% 0.45% -
HSV(B) 332.41º 0.87% 0.79% -
XYZ 27.13 14.26 15.23 -
YUV 88.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 201 27 107 0 0.87 0.47 0.21 332.41 0.76 0.45
Hex C9 1B 6B 0 57 2F 15 14C 4C 2D
Octal 311 33 153 0 127 57 25 514 114 55
Binary 11001001 11011 1101011 0 1010111 101111 10101 101001100 1001100 101101

Color Harmonies of #C91B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B6B

Black with #C91B6B

Text Example


Text Example

White with #C91B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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