Html Css Color HEX #C93B50 Old Rose

📋 copy color: '#C93B50'

red 201 ◦ green 59 ◦ blue 80

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

Shades of Old Rose #C93B50

Tints of Old Rose #C93B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

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

R = 59.12%
G = 17.35%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C93B50 (or 0xC93B50) is known color: Old Rose. HEX triplet: C9, 3B and 50. RGB value is (201,59,80). Sum of RGB (Red+Green+Blue) = 201+59+80=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93B50 is #36C4AF. Grayscale: #676767. Windows color (decimal): -3589296 or 5258185. OLE color: 5258185.

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

Color convert

RGB 201 59 80 -
CMYK 0 0.71 0.60 0.21
HSL 351.13º 0.57% 0.51% -
HSV(B) 351.13º 0.71% 0.79% -
XYZ 27.1 16.12 9.27 -
YUV 103.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 201 59 80 0 0.71 0.60 0.21 351.13 0.57 0.51
Hex C9 3B 50 0 47 3C 15 15F 39 33
Octal 311 73 120 0 107 74 25 537 71 63
Binary 11001001 111011 1010000 0 1000111 111100 10101 101011111 111001 110011

Color Harmonies of #C93B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B50

Black with #C93B50

Text Example


Text Example

White with #C93B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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