Html Css Color HEX #C92156 Old Rose

📋 copy color: '#C92156'

red 201 ◦ green 33 ◦ blue 86

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

Shades of Old Rose #C92156

Tints of Old Rose #C92156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 62.81%
G = 10.31%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C92156 (or 0xC92156) is known color: Old Rose. HEX triplet: C9, 21 and 56. RGB value is (201,33,86). Sum of RGB (Red+Green+Blue) = 201+33+86=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C92156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92156 is #36DEA9. Grayscale: #595959. Windows color (decimal): -3595946 or 5644745. OLE color: 5644745.

HSL color Cylindrical-coordinate representation of color #C92156: hue angle of 341.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92156 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 86 -
CMYK 0 0.84 0.57 0.21
HSL 341.07º 0.72% 0.46% -
HSV(B) 341.07º 0.84% 0.79% -
XYZ 26.31 14.18 10.15 -
YUV 89.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 201 33 86 0 0.84 0.57 0.21 341.07 0.72 0.46
Hex C9 21 56 0 54 39 15 155 48 2E
Octal 311 41 126 0 124 71 25 525 110 56
Binary 11001001 100001 1010110 0 1010100 111001 10101 101010101 1001000 101110

Color Harmonies of #C92156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92156

Black with #C92156

Text Example


Text Example

White with #C92156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92156; }

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

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

background-color css

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

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

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

border-color css

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

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

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