Html Css Color HEX #C92C5B Old Rose

📋 copy color: '#C92C5B'

red 201 ◦ green 44 ◦ blue 91

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

Shades of Old Rose #C92C5B

Tints of Old Rose #C92C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

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

R = 59.82%
G = 13.1%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C92C5B (or 0xC92C5B) is known color: Old Rose. HEX triplet: C9, 2C and 5B. RGB value is (201,44,91). Sum of RGB (Red+Green+Blue) = 201+44+91=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C5B is #36D3A4. Grayscale: #606060. Windows color (decimal): -3593125 or 5975241. OLE color: 5975241.

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

Color convert

RGB 201 44 91 -
CMYK 0 0.78 0.55 0.21
HSL 342.04º 0.64% 0.48% -
HSV(B) 342.04º 0.78% 0.79% -
XYZ 26.88 14.97 11.37 -
YUV 96.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 201 44 91 0 0.78 0.55 0.21 342.04 0.64 0.48
Hex C9 2C 5B 0 4E 37 15 156 40 30
Octal 311 54 133 0 116 67 25 526 100 60
Binary 11001001 101100 1011011 0 1001110 110111 10101 101010110 1000000 110000

Color Harmonies of #C92C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C5B

Black with #C92C5B

Text Example


Text Example

White with #C92C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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