Html Css Color HEX #C1324A Old Rose

📋 copy color: '#C1324A'

red 193 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #C1324A

Tints of Old Rose #C1324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 60.88%
G = 15.77%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1324A (or 0xC1324A) is known color: Old Rose. HEX triplet: C1, 32 and 4A. RGB value is (193,50,74). Sum of RGB (Red+Green+Blue) = 193+50+74=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1324A is #3ECDB5. Grayscale: #5F5F5F. Windows color (decimal): -4115894 or 4862657. OLE color: 4862657.

HSL color Cylindrical-coordinate representation of color #C1324A: hue angle of 349.93º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1324A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 50 74 -
CMYK 0 0.74 0.62 0.24
HSL 349.93º 0.59% 0.48% -
HSV(B) 349.93º 0.74% 0.76% -
XYZ 24.37 14.11 7.92 -
YUV 95.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 193 50 74 0 0.74 0.62 0.24 349.93 0.59 0.48
Hex C1 32 4A 0 4A 3E 18 15E 3B 30
Octal 301 62 112 0 112 76 30 536 73 60
Binary 11000001 110010 1001010 0 1001010 111110 11000 101011110 111011 110000

Color Harmonies of #C1324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1324A

Black with #C1324A

Text Example


Text Example

White with #C1324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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