Html Css Color HEX #C1314A Old Rose

📋 copy color: '#C1314A'

red 193 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #C1314A

Tints of Old Rose #C1314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 61.08%
G = 15.51%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1314A (or 0xC1314A) is known color: Old Rose. HEX triplet: C1, 31 and 4A. RGB value is (193,49,74). Sum of RGB (Red+Green+Blue) = 193+49+74=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1314A is #3ECEB5. Grayscale: #5E5E5E. Windows color (decimal): -4116150 or 4862401. OLE color: 4862401.

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

Color convert

RGB 193 49 74 -
CMYK 0 0.75 0.62 0.24
HSL 349.58º 0.6% 0.47% -
HSV(B) 349.58º 0.75% 0.76% -
XYZ 24.33 14.03 7.9 -
YUV 94.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 193 49 74 0 0.75 0.62 0.24 349.58 0.6 0.47
Hex C1 31 4A 0 4B 3E 18 15E 3C 2F
Octal 301 61 112 0 113 76 30 536 74 57
Binary 11000001 110001 1001010 0 1001011 111110 11000 101011110 111100 101111

Color Harmonies of #C1314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1314A

Black with #C1314A

Text Example


Text Example

White with #C1314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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