Html Css Color HEX #C1244A Old Rose

📋 copy color: '#C1244A'

red 193 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #C1244A

Tints of Old Rose #C1244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 63.7%
G = 11.88%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1244A (or 0xC1244A) is known color: Old Rose. HEX triplet: C1, 24 and 4A. RGB value is (193,36,74). Sum of RGB (Red+Green+Blue) = 193+36+74=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1244A is #3EDBB5. Grayscale: #575757. Windows color (decimal): -4119478 or 4859073. OLE color: 4859073.

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

Color convert

RGB 193 36 74 -
CMYK 0 0.81 0.62 0.24
HSL 345.48º 0.69% 0.45% -
HSV(B) 345.48º 0.81% 0.76% -
XYZ 23.86 13.09 7.75 -
YUV 87.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 193 36 74 0 0.81 0.62 0.24 345.48 0.69 0.45
Hex C1 24 4A 0 51 3E 18 159 45 2D
Octal 301 44 112 0 121 76 30 531 105 55
Binary 11000001 100100 1001010 0 1010001 111110 11000 101011001 1000101 101101

Color Harmonies of #C1244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1244A

Black with #C1244A

Text Example


Text Example

White with #C1244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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