Html Css Color HEX #C91E58 Old Rose

📋 copy color: '#C91E58'

red 201 ◦ green 30 ◦ blue 88

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

Shades of Old Rose #C91E58

Tints of Old Rose #C91E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.59%

R = 63.01%
G = 9.4%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C91E58 (or 0xC91E58) is known color: Old Rose. HEX triplet: C9, 1E and 58. RGB value is (201,30,88). Sum of RGB (Red+Green+Blue) = 201+30+88=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E58 is #36E1A7. Grayscale: #575757. Windows color (decimal): -3596712 or 5775049. OLE color: 5775049.

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

Color convert

RGB 201 30 88 -
CMYK 0 0.85 0.56 0.21
HSL 339.65º 0.74% 0.45% -
HSV(B) 339.65º 0.85% 0.79% -
XYZ 26.31 14.05 10.56 -
YUV 87.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 201 30 88 0 0.85 0.56 0.21 339.65 0.74 0.45
Hex C9 1E 58 0 55 38 15 154 4A 2D
Octal 311 36 130 0 125 70 25 524 112 55
Binary 11001001 11110 1011000 0 1010101 111000 10101 101010100 1001010 101101

Color Harmonies of #C91E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E58

Black with #C91E58

Text Example


Text Example

White with #C91E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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