Html Css Color HEX #C92149 Old Rose

📋 copy color: '#C92149'

red 201 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #C92149

Tints of Old Rose #C92149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 65.47%
G = 10.75%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92149 (or 0xC92149) is known color: Old Rose. HEX triplet: C9, 21 and 49. RGB value is (201,33,73). Sum of RGB (Red+Green+Blue) = 201+33+73=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C92149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92149 is #36DEB6. Grayscale: #575757. Windows color (decimal): -3595959 or 4792777. OLE color: 4792777.

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

Color convert

RGB 201 33 73 -
CMYK 0 0.84 0.64 0.21
HSL 345.71º 0.72% 0.46% -
HSV(B) 345.71º 0.84% 0.79% -
XYZ 25.83 13.99 7.64 -
YUV 87.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 201 33 73 0 0.84 0.64 0.21 345.71 0.72 0.46
Hex C9 21 49 0 54 40 15 15A 48 2E
Octal 311 41 111 0 124 100 25 532 110 56
Binary 11001001 100001 1001001 0 1010100 1000000 10101 101011010 1001000 101110

Color Harmonies of #C92149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92149

Black with #C92149

Text Example


Text Example

White with #C92149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92149; }

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

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

background-color css

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

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

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

border-color css

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

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

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