Html Css Color HEX #C91F5C Old Rose

📋 copy color: '#C91F5C'

red 201 ◦ green 31 ◦ blue 92

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

Shades of Old Rose #C91F5C

Tints of Old Rose #C91F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 62.04%
G = 9.57%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C91F5C (or 0xC91F5C) is known color: Old Rose. HEX triplet: C9, 1F and 5C. RGB value is (201,31,92). Sum of RGB (Red+Green+Blue) = 201+31+92=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91F5C is #36E0A3. Grayscale: #585858. Windows color (decimal): -3596452 or 6037449. OLE color: 6037449.

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

Color convert

RGB 201 31 92 -
CMYK 0 0.85 0.54 0.21
HSL 338.47º 0.73% 0.45% -
HSV(B) 338.47º 0.85% 0.79% -
XYZ 26.51 14.17 11.46 -
YUV 88.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 201 31 92 0 0.85 0.54 0.21 338.47 0.73 0.45
Hex C9 1F 5C 0 55 36 15 152 49 2D
Octal 311 37 134 0 125 66 25 522 111 55
Binary 11001001 11111 1011100 0 1010101 110110 10101 101010010 1001001 101101

Color Harmonies of #C91F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91F5C

Black with #C91F5C

Text Example


Text Example

White with #C91F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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