Html Css Color HEX #C92349 Old Rose

📋 copy color: '#C92349'

red 201 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #C92349

Tints of Old Rose #C92349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 65.05%
G = 11.33%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92349 (or 0xC92349) is known color: Old Rose. HEX triplet: C9, 23 and 49. RGB value is (201,35,73). Sum of RGB (Red+Green+Blue) = 201+35+73=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C92349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92349 is #36DCB6. Grayscale: #585858. Windows color (decimal): -3595447 or 4793289. OLE color: 4793289.

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

Color convert

RGB 201 35 73 -
CMYK 0 0.83 0.64 0.21
HSL 346.27º 0.7% 0.46% -
HSV(B) 346.27º 0.83% 0.79% -
XYZ 25.89 14.1 7.66 -
YUV 88.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 201 35 73 0 0.83 0.64 0.21 346.27 0.7 0.46
Hex C9 23 49 0 53 40 15 15A 46 2E
Octal 311 43 111 0 123 100 25 532 106 56
Binary 11001001 100011 1001001 0 1010011 1000000 10101 101011010 1000110 101110

Color Harmonies of #C92349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92349

Black with #C92349

Text Example


Text Example

White with #C92349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92349; }

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

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

background-color css

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

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

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

border-color css

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

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

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