Html Css Color HEX #C92C4E Old Rose

📋 copy color: '#C92C4E'

red 201 ◦ green 44 ◦ blue 78

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

Shades of Old Rose #C92C4E

Tints of Old Rose #C92C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.15%

R = 62.23%
G = 13.62%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C92C4E (or 0xC92C4E) is known color: Old Rose. HEX triplet: C9, 2C and 4E. RGB value is (201,44,78). Sum of RGB (Red+Green+Blue) = 201+44+78=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C4E is #36D3B1. Grayscale: #5E5E5E. Windows color (decimal): -3593138 or 5123273. OLE color: 5123273.

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

Color convert

RGB 201 44 78 -
CMYK 0 0.78 0.61 0.21
HSL 347.01º 0.64% 0.48% -
HSV(B) 347.01º 0.78% 0.79% -
XYZ 26.36 14.77 8.67 -
YUV 94.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 201 44 78 0 0.78 0.61 0.21 347.01 0.64 0.48
Hex C9 2C 4E 0 4E 3D 15 15B 40 30
Octal 311 54 116 0 116 75 25 533 100 60
Binary 11001001 101100 1001110 0 1001110 111101 10101 101011011 1000000 110000

Color Harmonies of #C92C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C4E

Black with #C92C4E

Text Example


Text Example

White with #C92C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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