Html Css Color HEX #C13550 Old Rose

📋 copy color: '#C13550'

red 193 ◦ green 53 ◦ blue 80

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

Shades of Old Rose #C13550

Tints of Old Rose #C13550

RGB

 RED value IS 193 (75.78% from 255) = 59.2%

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 59.2%
G = 16.26%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C13550 (or 0xC13550) is known color: Old Rose. HEX triplet: C1, 35 and 50. RGB value is (193,53,80). Sum of RGB (Red+Green+Blue) = 193+53+80=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C13550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13550 is #3ECAAF. Grayscale: #616161. Windows color (decimal): -4115120 or 5256641. OLE color: 5256641.

HSL color Cylindrical-coordinate representation of color #C13550: hue angle of 348.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13550 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 80 -
CMYK 0 0.73 0.59 0.24
HSL 348.43º 0.57% 0.48% -
HSV(B) 348.43º 0.73% 0.76% -
XYZ 24.71 14.46 9.08 -
YUV 97.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 193 53 80 0 0.73 0.59 0.24 348.43 0.57 0.48
Hex C1 35 50 0 49 3B 18 15C 39 30
Octal 301 65 120 0 111 73 30 534 71 60
Binary 11000001 110101 1010000 0 1001001 111011 11000 101011100 111001 110000

Color Harmonies of #C13550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13550

Black with #C13550

Text Example


Text Example

White with #C13550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13550; }

 p { color: rgb(193,53,80); }

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

background-color css

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

 a { background-color: rgb(193,53,80); }

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

border-color css

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

 span { border-color: rgb(193,53,80); }

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