Html Css Color HEX #C91E5A Old Rose

📋 copy color: '#C91E5A'

red 201 ◦ green 30 ◦ blue 90

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

Shades of Old Rose #C91E5A

Tints of Old Rose #C91E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 62.62%
G = 9.35%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C91E5A (or 0xC91E5A) is known color: Old Rose. HEX triplet: C9, 1E and 5A. RGB value is (201,30,90). Sum of RGB (Red+Green+Blue) = 201+30+90=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E5A is #36E1A5. Grayscale: #575757. Windows color (decimal): -3596710 or 5906121. OLE color: 5906121.

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

Color convert

RGB 201 30 90 -
CMYK 0 0.85 0.55 0.21
HSL 338.95º 0.74% 0.45% -
HSV(B) 338.95º 0.85% 0.79% -
XYZ 26.4 14.08 11 -
YUV 87.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 201 30 90 0 0.85 0.55 0.21 338.95 0.74 0.45
Hex C9 1E 5A 0 55 37 15 153 4A 2D
Octal 311 36 132 0 125 67 25 523 112 55
Binary 11001001 11110 1011010 0 1010101 110111 10101 101010011 1001010 101101

Color Harmonies of #C91E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E5A

Black with #C91E5A

Text Example


Text Example

White with #C91E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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