Html Css Color HEX #C93650 Old Rose

📋 copy color: '#C93650'

red 201 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #C93650

Tints of Old Rose #C93650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 60%
G = 16.12%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C93650 (or 0xC93650) is known color: Old Rose. HEX triplet: C9, 36 and 50. RGB value is (201,54,80). Sum of RGB (Red+Green+Blue) = 201+54+80=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93650 is #36C9AF. Grayscale: #646464. Windows color (decimal): -3590576 or 5256905. OLE color: 5256905.

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

Color convert

RGB 201 54 80 -
CMYK 0 0.73 0.60 0.21
HSL 349.39º 0.58% 0.5% -
HSV(B) 349.39º 0.73% 0.79% -
XYZ 26.85 15.64 9.19 -
YUV 100.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 201 54 80 0 0.73 0.60 0.21 349.39 0.58 0.5
Hex C9 36 50 0 49 3C 15 15D 3A 32
Octal 311 66 120 0 111 74 25 535 72 62
Binary 11001001 110110 1010000 0 1001001 111100 10101 101011101 111010 110010

Color Harmonies of #C93650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93650

Black with #C93650

Text Example


Text Example

White with #C93650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93650; }

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

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

background-color css

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

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

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

border-color css

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

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

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