Html Css Color HEX #C92E5B Old Rose

📋 copy color: '#C92E5B'

red 201 ◦ green 46 ◦ blue 91

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

Shades of Old Rose #C92E5B

Tints of Old Rose #C92E5B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 59.47%
G = 13.61%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C92E5B (or 0xC92E5B) is known color: Old Rose. HEX triplet: C9, 2E and 5B. RGB value is (201,46,91). Sum of RGB (Red+Green+Blue) = 201+46+91=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92E5B is #36D1A4. Grayscale: #616161. Windows color (decimal): -3592613 or 5975753. OLE color: 5975753.

HSL color Cylindrical-coordinate representation of color #C92E5B: hue angle of 342.58º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92E5B is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 46 91 -
CMYK 0 0.77 0.55 0.21
HSL 342.58º 0.63% 0.48% -
HSV(B) 342.58º 0.77% 0.79% -
XYZ 26.95 15.13 11.4 -
YUV 97.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 201 46 91 0 0.77 0.55 0.21 342.58 0.63 0.48
Hex C9 2E 5B 0 4D 37 15 157 3F 30
Octal 311 56 133 0 115 67 25 527 77 60
Binary 11001001 101110 1011011 0 1001101 110111 10101 101010111 111111 110000

Color Harmonies of #C92E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E5B

Black with #C92E5B

Text Example


Text Example

White with #C92E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E5B; }

 p { color: rgb(201,46,91); }

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

background-color css

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

 a { background-color: rgb(201,46,91); }

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

border-color css

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

 span { border-color: rgb(201,46,91); }

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