Html Css Color HEX #C93C54 Old Rose

📋 copy color: '#C93C54'

red 201 ◦ green 60 ◦ blue 84

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

Shades of Old Rose #C93C54

Tints of Old Rose #C93C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 58.26%
G = 17.39%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C93C54 (or 0xC93C54) is known color: Old Rose. HEX triplet: C9, 3C and 54. RGB value is (201,60,84). Sum of RGB (Red+Green+Blue) = 201+60+84=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C54 is #36C3AB. Grayscale: #686868. Windows color (decimal): -3589036 or 5520585. OLE color: 5520585.

HSL color Cylindrical-coordinate representation of color #C93C54: hue angle of 349.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C54 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 84 -
CMYK 0 0.70 0.58 0.21
HSL 349.79º 0.57% 0.51% -
HSV(B) 349.79º 0.7% 0.79% -
XYZ 27.3 16.29 10.09 -
YUV 104.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 201 60 84 0 0.70 0.58 0.21 349.79 0.57 0.51
Hex C9 3C 54 0 46 3A 15 15E 39 33
Octal 311 74 124 0 106 72 25 536 71 63
Binary 11001001 111100 1010100 0 1000110 111010 10101 101011110 111001 110011

Color Harmonies of #C93C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C54

Black with #C93C54

Text Example


Text Example

White with #C93C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C54; }

 p { color: rgb(201,60,84); }

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

background-color css

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

 a { background-color: rgb(201,60,84); }

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

border-color css

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

 span { border-color: rgb(201,60,84); }

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