Html Css Color HEX #C91950 Old Rose

📋 copy color: '#C91950'

red 201 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #C91950

Tints of Old Rose #C91950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 65.69%
G = 8.17%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C91950 (or 0xC91950) is known color: Old Rose. HEX triplet: C9, 19 and 50. RGB value is (201,25,80). Sum of RGB (Red+Green+Blue) = 201+25+80=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C91950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91950 is #36E6AF. Grayscale: #535353. Windows color (decimal): -3598000 or 5249481. OLE color: 5249481.

HSL color Cylindrical-coordinate representation of color #C91950: hue angle of 341.25º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91950 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 80 -
CMYK 0 0.88 0.60 0.21
HSL 341.25º 0.78% 0.44% -
HSV(B) 341.25º 0.88% 0.79% -
XYZ 25.88 13.69 8.87 -
YUV 83.89 125.81 211.53 -
System Red Green Blue C M Y K H S L
Decimal 201 25 80 0 0.88 0.60 0.21 341.25 0.78 0.44
Hex C9 19 50 0 58 3C 15 155 4E 2C
Octal 311 31 120 0 130 74 25 525 116 54
Binary 11001001 11001 1010000 0 1011000 111100 10101 101010101 1001110 101100

Color Harmonies of #C91950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91950

Black with #C91950

Text Example


Text Example

White with #C91950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91950; }

 p { color: rgb(201,25,80); }

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

background-color css

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

 a { background-color: rgb(201,25,80); }

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

border-color css

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

 span { border-color: rgb(201,25,80); }

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