Html Css Color HEX #C1244C Old Rose

📋 copy color: '#C1244C'

red 193 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #C1244C

Tints of Old Rose #C1244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 63.28%
G = 11.8%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1244C (or 0xC1244C) is known color: Old Rose. HEX triplet: C1, 24 and 4C. RGB value is (193,36,76). Sum of RGB (Red+Green+Blue) = 193+36+76=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1244C is #3EDBB3. Grayscale: #575757. Windows color (decimal): -4119476 or 4990145. OLE color: 4990145.

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

Color convert

RGB 193 36 76 -
CMYK 0 0.81 0.61 0.24
HSL 344.71º 0.69% 0.45% -
HSV(B) 344.71º 0.81% 0.76% -
XYZ 23.93 13.12 8.11 -
YUV 87.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 193 36 76 0 0.81 0.61 0.24 344.71 0.69 0.45
Hex C1 24 4C 0 51 3D 18 159 45 2D
Octal 301 44 114 0 121 75 30 531 105 55
Binary 11000001 100100 1001100 0 1010001 111101 11000 101011001 1000101 101101

Color Harmonies of #C1244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1244C

Black with #C1244C

Text Example


Text Example

White with #C1244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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