Html Css Color HEX #C92B4E Old Rose

📋 copy color: '#C92B4E'

red 201 ◦ green 43 ◦ blue 78

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

Shades of Old Rose #C92B4E

Tints of Old Rose #C92B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.35%

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

R = 62.42%
G = 13.35%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C92B4E (or 0xC92B4E) is known color: Old Rose. HEX triplet: C9, 2B and 4E. RGB value is (201,43,78). Sum of RGB (Red+Green+Blue) = 201+43+78=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92B4E is #36D4B1. Grayscale: #5E5E5E. Windows color (decimal): -3593394 or 5123017. OLE color: 5123017.

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

Color convert

RGB 201 43 78 -
CMYK 0 0.79 0.61 0.21
HSL 346.71º 0.65% 0.48% -
HSV(B) 346.71º 0.79% 0.79% -
XYZ 26.33 14.7 8.66 -
YUV 94.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 201 43 78 0 0.79 0.61 0.21 346.71 0.65 0.48
Hex C9 2B 4E 0 4F 3D 15 15B 41 30
Octal 311 53 116 0 117 75 25 533 101 60
Binary 11001001 101011 1001110 0 1001111 111101 10101 101011011 1000001 110000

Color Harmonies of #C92B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92B4E

Black with #C92B4E

Text Example


Text Example

White with #C92B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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