Html Css Color HEX #C13447 Old Rose

📋 copy color: '#C13447'

red 193 ◦ green 52 ◦ blue 71

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

Shades of Old Rose #C13447

Tints of Old Rose #C13447

RGB

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

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

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

R = 61.08%
G = 16.46%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C13447 (or 0xC13447) is known color: Old Rose. HEX triplet: C1, 34 and 47. RGB value is (193,52,71). Sum of RGB (Red+Green+Blue) = 193+52+71=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C13447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13447 is #3ECBB8. Grayscale: #606060. Windows color (decimal): -4115385 or 4666561. OLE color: 4666561.

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

Color convert

RGB 193 52 71 -
CMYK 0 0.73 0.63 0.24
HSL 351.91º 0.58% 0.48% -
HSV(B) 351.91º 0.73% 0.76% -
XYZ 24.36 14.25 7.43 -
YUV 96.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 193 52 71 0 0.73 0.63 0.24 351.91 0.58 0.48
Hex C1 34 47 0 49 3F 18 160 3A 30
Octal 301 64 107 0 111 77 30 540 72 60
Binary 11000001 110100 1000111 0 1001001 111111 11000 101100000 111010 110000

Color Harmonies of #C13447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13447

Black with #C13447

Text Example


Text Example

White with #C13447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13447; }

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

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

background-color css

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

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

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

border-color css

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

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

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