Html Css Color HEX #C93551 Old Rose

📋 copy color: '#C93551'

red 201 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #C93551

Tints of Old Rose #C93551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

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

R = 60%
G = 15.82%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C93551 (or 0xC93551) is known color: Old Rose. HEX triplet: C9, 35 and 51. RGB value is (201,53,81). Sum of RGB (Red+Green+Blue) = 201+53+81=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93551 is #36CAAE. Grayscale: #646464. Windows color (decimal): -3590831 or 5322185. OLE color: 5322185.

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

Color convert

RGB 201 53 81 -
CMYK 0 0.74 0.60 0.21
HSL 348.65º 0.58% 0.5% -
HSV(B) 348.65º 0.74% 0.79% -
XYZ 26.85 15.56 9.37 -
YUV 100.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 201 53 81 0 0.74 0.60 0.21 348.65 0.58 0.5
Hex C9 35 51 0 4A 3C 15 15D 3A 32
Octal 311 65 121 0 112 74 25 535 72 62
Binary 11001001 110101 1010001 0 1001010 111100 10101 101011101 111010 110010

Color Harmonies of #C93551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93551

Black with #C93551

Text Example


Text Example

White with #C93551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93551; }

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

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

background-color css

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

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

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

border-color css

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

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

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