Html Css Color HEX #C91F5B Old Rose

📋 copy color: '#C91F5B'

red 201 ◦ green 31 ◦ blue 91

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

Shades of Old Rose #C91F5B

Tints of Old Rose #C91F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 62.23%
G = 9.6%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C91F5B (or 0xC91F5B) is known color: Old Rose. HEX triplet: C9, 1F and 5B. RGB value is (201,31,91). Sum of RGB (Red+Green+Blue) = 201+31+91=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91F5B is #36E0A4. Grayscale: #585858. Windows color (decimal): -3596453 or 5971913. OLE color: 5971913.

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

Color convert

RGB 201 31 91 -
CMYK 0 0.85 0.55 0.21
HSL 338.82º 0.73% 0.45% -
HSV(B) 338.82º 0.85% 0.79% -
XYZ 26.47 14.15 11.23 -
YUV 88.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 201 31 91 0 0.85 0.55 0.21 338.82 0.73 0.45
Hex C9 1F 5B 0 55 37 15 153 49 2D
Octal 311 37 133 0 125 67 25 523 111 55
Binary 11001001 11111 1011011 0 1010101 110111 10101 101010011 1001001 101101

Color Harmonies of #C91F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91F5B

Black with #C91F5B

Text Example


Text Example

White with #C91F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91F5B; }

 p { color: rgb(201,31,91); }

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

background-color css

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

 a { background-color: rgb(201,31,91); }

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

border-color css

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

 span { border-color: rgb(201,31,91); }

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