Html Css Color HEX #C91E57 Old Rose

📋 copy color: '#C91E57'

red 201 ◦ green 30 ◦ blue 87

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

Shades of Old Rose #C91E57

Tints of Old Rose #C91E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.43%

 BLUE value IS 87 (34.38% from 255) = 27.36%

R = 63.21%
G = 9.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C91E57 (or 0xC91E57) is known color: Old Rose. HEX triplet: C9, 1E and 57. RGB value is (201,30,87). Sum of RGB (Red+Green+Blue) = 201+30+87=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E57 is #36E1A8. Grayscale: #575757. Windows color (decimal): -3596713 or 5709513. OLE color: 5709513.

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

Color convert

RGB 201 30 87 -
CMYK 0 0.85 0.57 0.21
HSL 340º 0.74% 0.45% -
HSV(B) 340º 0.85% 0.79% -
XYZ 26.27 14.03 10.34 -
YUV 87.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 201 30 87 0 0.85 0.57 0.21 340 0.74 0.45
Hex C9 1E 57 0 55 39 15 154 4A 2D
Octal 311 36 127 0 125 71 25 524 112 55
Binary 11001001 11110 1010111 0 1010101 111001 10101 101010100 1001010 101101

Color Harmonies of #C91E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E57

Black with #C91E57

Text Example


Text Example

White with #C91E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E57; }

 p { color: rgb(201,30,87); }

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

background-color css

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

 a { background-color: rgb(201,30,87); }

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

border-color css

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

 span { border-color: rgb(201,30,87); }

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