Html Css Color HEX #C91A4F Old Rose

📋 copy color: '#C91A4F'

red 201 ◦ green 26 ◦ blue 79

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

Shades of Old Rose #C91A4F

Tints of Old Rose #C91A4F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 65.69%
G = 8.5%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C91A4F (or 0xC91A4F) is known color: Old Rose. HEX triplet: C9, 1A and 4F. RGB value is (201,26,79). Sum of RGB (Red+Green+Blue) = 201+26+79=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91A4F is #36E5B0. Grayscale: #545454. Windows color (decimal): -3597745 or 5184201. OLE color: 5184201.

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

Color convert

RGB 201 26 79 -
CMYK 0 0.87 0.61 0.21
HSL 341.83º 0.77% 0.45% -
HSV(B) 341.83º 0.87% 0.79% -
XYZ 25.87 13.72 8.68 -
YUV 84.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 201 26 79 0 0.87 0.61 0.21 341.83 0.77 0.45
Hex C9 1A 4F 0 57 3D 15 156 4D 2D
Octal 311 32 117 0 127 75 25 526 115 55
Binary 11001001 11010 1001111 0 1010111 111101 10101 101010110 1001101 101101

Color Harmonies of #C91A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91A4F

Black with #C91A4F

Text Example


Text Example

White with #C91A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91A4F; }

 p { color: rgb(201,26,79); }

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

background-color css

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

 a { background-color: rgb(201,26,79); }

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

border-color css

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

 span { border-color: rgb(201,26,79); }

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