Html Css Color HEX #C13463 Old Rose

📋 copy color: '#C13463'

red 193 ◦ green 52 ◦ blue 99

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

Shades of Old Rose #C13463

Tints of Old Rose #C13463

RGB

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

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

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

R = 56.1%
G = 15.12%
B = 28.78%

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

#C13463 (or 0xC13463) is known color: Old Rose. HEX triplet: C1, 34 and 63. RGB value is (193,52,99). Sum of RGB (Red+Green+Blue) = 193+52+99=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C13463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13463 is #3ECB9C. Grayscale: #636363. Windows color (decimal): -4115357 or 6501569. OLE color: 6501569.

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

Color convert

RGB 193 52 99 -
CMYK 0 0.73 0.49 0.24
HSL 340º 0.58% 0.48% -
HSV(B) 340º 0.73% 0.76% -
XYZ 25.47 14.69 13.3 -
YUV 99.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 193 52 99 0 0.73 0.49 0.24 340 0.58 0.48
Hex C1 34 63 0 49 31 18 154 3A 30
Octal 301 64 143 0 111 61 30 524 72 60
Binary 11000001 110100 1100011 0 1001001 110001 11000 101010100 111010 110000

Color Harmonies of #C13463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13463

Black with #C13463

Text Example


Text Example

White with #C13463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13463; }

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

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

background-color css

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

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

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

border-color css

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

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

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