Html Css Color HEX #C93950 Old Rose

📋 copy color: '#C93950'

red 201 ◦ green 57 ◦ blue 80

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

Shades of Old Rose #C93950

Tints of Old Rose #C93950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

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

R = 59.47%
G = 16.86%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C93950 (or 0xC93950) is known color: Old Rose. HEX triplet: C9, 39 and 50. RGB value is (201,57,80). Sum of RGB (Red+Green+Blue) = 201+57+80=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C93950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93950 is #36C6AF. Grayscale: #666666. Windows color (decimal): -3589808 or 5257673. OLE color: 5257673.

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

Color convert

RGB 201 57 80 -
CMYK 0 0.72 0.60 0.21
HSL 350.42º 0.57% 0.51% -
HSV(B) 350.42º 0.72% 0.79% -
XYZ 27 15.92 9.24 -
YUV 102.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 201 57 80 0 0.72 0.60 0.21 350.42 0.57 0.51
Hex C9 39 50 0 48 3C 15 15E 39 33
Octal 311 71 120 0 110 74 25 536 71 63
Binary 11001001 111001 1010000 0 1001000 111100 10101 101011110 111001 110011

Color Harmonies of #C93950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93950

Black with #C93950

Text Example


Text Example

White with #C93950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93950; }

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

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

background-color css

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

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

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

border-color css

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

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

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