Html Css Color HEX #C93450 Old Rose

📋 copy color: '#C93450'

red 201 ◦ green 52 ◦ blue 80

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

Shades of Old Rose #C93450

Tints of Old Rose #C93450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 60.36%
G = 15.62%
B = 24.02%

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

#C93450 (or 0xC93450) is known color: Old Rose. HEX triplet: C9, 34 and 50. RGB value is (201,52,80). Sum of RGB (Red+Green+Blue) = 201+52+80=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C93450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93450 is #36CBAF. Grayscale: #636363. Windows color (decimal): -3591088 or 5256393. OLE color: 5256393.

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

Color convert

RGB 201 52 80 -
CMYK 0 0.74 0.60 0.21
HSL 348.72º 0.59% 0.5% -
HSV(B) 348.72º 0.74% 0.79% -
XYZ 26.76 15.45 9.16 -
YUV 99.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 201 52 80 0 0.74 0.60 0.21 348.72 0.59 0.5
Hex C9 34 50 0 4A 3C 15 15D 3B 32
Octal 311 64 120 0 112 74 25 535 73 62
Binary 11001001 110100 1010000 0 1001010 111100 10101 101011101 111011 110010

Color Harmonies of #C93450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93450

Black with #C93450

Text Example


Text Example

White with #C93450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93450; }

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

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

background-color css

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

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

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

border-color css

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

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

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