Html Css Color HEX #C93550 Old Rose

📋 copy color: '#C93550'

red 201 ◦ green 53 ◦ blue 80

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

Shades of Old Rose #C93550

Tints of Old Rose #C93550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 60.18%
G = 15.87%
B = 23.95%

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

#C93550 (or 0xC93550) is known color: Old Rose. HEX triplet: C9, 35 and 50. RGB value is (201,53,80). Sum of RGB (Red+Green+Blue) = 201+53+80=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93550 is #36CAAF. Grayscale: #646464. Windows color (decimal): -3590832 or 5256649. OLE color: 5256649.

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

Color convert

RGB 201 53 80 -
CMYK 0 0.74 0.60 0.21
HSL 349.05º 0.58% 0.5% -
HSV(B) 349.05º 0.74% 0.79% -
XYZ 26.81 15.54 9.18 -
YUV 100.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 201 53 80 0 0.74 0.60 0.21 349.05 0.58 0.5
Hex C9 35 50 0 4A 3C 15 15D 3A 32
Octal 311 65 120 0 112 74 25 535 72 62
Binary 11001001 110101 1010000 0 1001010 111100 10101 101011101 111010 110010

Color Harmonies of #C93550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93550

Black with #C93550

Text Example


Text Example

White with #C93550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93550; }

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

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

background-color css

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

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

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

border-color css

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

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

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