Html Css Color HEX #C13450 Old Rose

📋 copy color: '#C13450'

red 193 ◦ green 52 ◦ blue 80

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

Shades of Old Rose #C13450

Tints of Old Rose #C13450

RGB

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

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

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

R = 59.38%
G = 16%
B = 24.62%

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

#C13450 (or 0xC13450) is known color: Old Rose. HEX triplet: C1, 34 and 50. RGB value is (193,52,80). Sum of RGB (Red+Green+Blue) = 193+52+80=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C13450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13450 is #3ECBAF. Grayscale: #616161. Windows color (decimal): -4115376 or 5256385. OLE color: 5256385.

HSL color Cylindrical-coordinate representation of color #C13450: hue angle of 348.09º degrees, saturation: 0.58, 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 #C13450 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 80 -
CMYK 0 0.73 0.59 0.24
HSL 348.09º 0.58% 0.48% -
HSV(B) 348.09º 0.73% 0.76% -
XYZ 24.67 14.37 9.06 -
YUV 97.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 193 52 80 0 0.73 0.59 0.24 348.09 0.58 0.48
Hex C1 34 50 0 49 3B 18 15C 3A 30
Octal 301 64 120 0 111 73 30 534 72 60
Binary 11000001 110100 1010000 0 1001001 111011 11000 101011100 111010 110000

Color Harmonies of #C13450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13450

Black with #C13450

Text Example


Text Example

White with #C13450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13450; }

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

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

background-color css

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

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

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

border-color css

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

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

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