Html Css Color HEX #C92451 Old Rose

📋 copy color: '#C92451'

red 201 ◦ green 36 ◦ blue 81

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

Shades of Old Rose #C92451

Tints of Old Rose #C92451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 63.21%
G = 11.32%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C92451 (or 0xC92451) is known color: Old Rose. HEX triplet: C9, 24 and 51. RGB value is (201,36,81). Sum of RGB (Red+Green+Blue) = 201+36+81=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C92451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92451 is #36DBAE. Grayscale: #5A5A5A. Windows color (decimal): -3595183 or 5317833. OLE color: 5317833.

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

Color convert

RGB 201 36 81 -
CMYK 0 0.82 0.60 0.21
HSL 343.64º 0.7% 0.46% -
HSV(B) 343.64º 0.82% 0.79% -
XYZ 26.2 14.27 9.16 -
YUV 90.47 122.66 206.84 -
System Red Green Blue C M Y K H S L
Decimal 201 36 81 0 0.82 0.60 0.21 343.64 0.7 0.46
Hex C9 24 51 0 52 3C 15 158 46 2E
Octal 311 44 121 0 122 74 25 530 106 56
Binary 11001001 100100 1010001 0 1010010 111100 10101 101011000 1000110 101110

Color Harmonies of #C92451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92451

Black with #C92451

Text Example


Text Example

White with #C92451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92451; }

 p { color: rgb(201,36,81); }

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

background-color css

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

 a { background-color: rgb(201,36,81); }

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

border-color css

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

 span { border-color: rgb(201,36,81); }

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