Html Css Color HEX #C92E56 Old Rose

📋 copy color: '#C92E56'

red 201 ◦ green 46 ◦ blue 86

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

Shades of Old Rose #C92E56

Tints of Old Rose #C92E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 60.36%
G = 13.81%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C92E56 (or 0xC92E56) is known color: Old Rose. HEX triplet: C9, 2E and 56. RGB value is (201,46,86). Sum of RGB (Red+Green+Blue) = 201+46+86=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92E56 is #36D1A9. Grayscale: #606060. Windows color (decimal): -3592618 or 5648073. OLE color: 5648073.

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

Color convert

RGB 201 46 86 -
CMYK 0 0.77 0.57 0.21
HSL 344.52º 0.63% 0.48% -
HSV(B) 344.52º 0.77% 0.79% -
XYZ 26.74 15.04 10.3 -
YUV 96.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 201 46 86 0 0.77 0.57 0.21 344.52 0.63 0.48
Hex C9 2E 56 0 4D 39 15 159 3F 30
Octal 311 56 126 0 115 71 25 531 77 60
Binary 11001001 101110 1010110 0 1001101 111001 10101 101011001 111111 110000

Color Harmonies of #C92E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E56

Black with #C92E56

Text Example


Text Example

White with #C92E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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