Html Css Color HEX #C13563 Old Rose

📋 copy color: '#C13563'

red 193 ◦ green 53 ◦ blue 99

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

Shades of Old Rose #C13563

Tints of Old Rose #C13563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 55.94%
G = 15.36%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C13563 (or 0xC13563) is known color: Old Rose. HEX triplet: C1, 35 and 63. RGB value is (193,53,99). Sum of RGB (Red+Green+Blue) = 193+53+99=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13563 is #3ECA9C. Grayscale: #646464. Windows color (decimal): -4115101 or 6501825. OLE color: 6501825.

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

Color convert

RGB 193 53 99 -
CMYK 0 0.73 0.49 0.24
HSL 340.29º 0.57% 0.48% -
HSV(B) 340.29º 0.73% 0.76% -
XYZ 25.52 14.78 13.31 -
YUV 100.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 193 53 99 0 0.73 0.49 0.24 340.29 0.57 0.48
Hex C1 35 63 0 49 31 18 154 39 30
Octal 301 65 143 0 111 61 30 524 71 60
Binary 11000001 110101 1100011 0 1001001 110001 11000 101010100 111001 110000

Color Harmonies of #C13563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13563

Black with #C13563

Text Example


Text Example

White with #C13563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13563; }

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

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

background-color css

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

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

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

border-color css

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

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

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