Html Css Color HEX #C92551 Old Rose

📋 copy color: '#C92551'

red 201 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #C92551

Tints of Old Rose #C92551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

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

R = 63.01%
G = 11.6%
B = 25.39%

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

#C92551 (or 0xC92551) is known color: Old Rose. HEX triplet: C9, 25 and 51. RGB value is (201,37,81). Sum of RGB (Red+Green+Blue) = 201+37+81=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C92551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92551 is #36DAAE. Grayscale: #5B5B5B. Windows color (decimal): -3594927 or 5318089. OLE color: 5318089.

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

Color convert

RGB 201 37 81 -
CMYK 0 0.82 0.60 0.21
HSL 343.9º 0.69% 0.47% -
HSV(B) 343.9º 0.82% 0.79% -
XYZ 26.23 14.33 9.17 -
YUV 91.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 201 37 81 0 0.82 0.60 0.21 343.9 0.69 0.47
Hex C9 25 51 0 52 3C 15 158 45 2F
Octal 311 45 121 0 122 74 25 530 105 57
Binary 11001001 100101 1010001 0 1010010 111100 10101 101011000 1000101 101111

Color Harmonies of #C92551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92551

Black with #C92551

Text Example


Text Example

White with #C92551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92551; }

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

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

background-color css

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

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

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

border-color css

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

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

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