Html Css Color HEX #C1244E Old Rose

📋 copy color: '#C1244E'

red 193 ◦ green 36 ◦ blue 78

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

Shades of Old Rose #C1244E

Tints of Old Rose #C1244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 62.87%
G = 11.73%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1244E (or 0xC1244E) is known color: Old Rose. HEX triplet: C1, 24 and 4E. RGB value is (193,36,78). Sum of RGB (Red+Green+Blue) = 193+36+78=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1244E is #3EDBB1. Grayscale: #575757. Windows color (decimal): -4119474 or 5121217. OLE color: 5121217.

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

Color convert

RGB 193 36 78 -
CMYK 0 0.81 0.60 0.24
HSL 343.95º 0.69% 0.45% -
HSV(B) 343.95º 0.81% 0.76% -
XYZ 24 13.15 8.48 -
YUV 87.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 193 36 78 0 0.81 0.60 0.24 343.95 0.69 0.45
Hex C1 24 4E 0 51 3C 18 158 45 2D
Octal 301 44 116 0 121 74 30 530 105 55
Binary 11000001 100100 1001110 0 1010001 111100 11000 101011000 1000101 101101

Color Harmonies of #C1244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1244E

Black with #C1244E

Text Example


Text Example

White with #C1244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1244E; }

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

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

background-color css

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

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

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

border-color css

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

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

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