Html Css Color HEX #C13147 Old Rose

📋 copy color: '#C13147'

red 193 ◦ green 49 ◦ blue 71

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

Shades of Old Rose #C13147

Tints of Old Rose #C13147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 61.66%
G = 15.65%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C13147 (or 0xC13147) is known color: Old Rose. HEX triplet: C1, 31 and 47. RGB value is (193,49,71). Sum of RGB (Red+Green+Blue) = 193+49+71=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13147 is #3ECEB8. Grayscale: #5E5E5E. Windows color (decimal): -4116153 or 4665793. OLE color: 4665793.

HSL color Cylindrical-coordinate representation of color #C13147: hue angle of 350.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13147 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 71 -
CMYK 0 0.75 0.63 0.24
HSL 350.83º 0.6% 0.47% -
HSV(B) 350.83º 0.75% 0.76% -
XYZ 24.23 13.99 7.38 -
YUV 94.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 193 49 71 0 0.75 0.63 0.24 350.83 0.6 0.47
Hex C1 31 47 0 4B 3F 18 15F 3C 2F
Octal 301 61 107 0 113 77 30 537 74 57
Binary 11000001 110001 1000111 0 1001011 111111 11000 101011111 111100 101111

Color Harmonies of #C13147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13147

Black with #C13147

Text Example


Text Example

White with #C13147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13147; }

 p { color: rgb(193,49,71); }

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

background-color css

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

 a { background-color: rgb(193,49,71); }

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

border-color css

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

 span { border-color: rgb(193,49,71); }

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