Html Css Color HEX #C12247 Old Rose

📋 copy color: '#C12247'

red 193 ◦ green 34 ◦ blue 71

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

Shades of Old Rose #C12247

Tints of Old Rose #C12247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 64.77%
G = 11.41%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12247 (or 0xC12247) is known color: Old Rose. HEX triplet: C1, 22 and 47. RGB value is (193,34,71). Sum of RGB (Red+Green+Blue) = 193+34+71=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C12247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12247 is #3EDDB8. Grayscale: #555555. Windows color (decimal): -4119993 or 4661953. OLE color: 4661953.

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

Color convert

RGB 193 34 71 -
CMYK 0 0.82 0.63 0.24
HSL 346.04º 0.7% 0.45% -
HSV(B) 346.04º 0.82% 0.76% -
XYZ 23.7 12.94 7.21 -
YUV 85.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 193 34 71 0 0.82 0.63 0.24 346.04 0.7 0.45
Hex C1 22 47 0 52 3F 18 15A 46 2D
Octal 301 42 107 0 122 77 30 532 106 55
Binary 11000001 100010 1000111 0 1010010 111111 11000 101011010 1000110 101101

Color Harmonies of #C12247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12247

Black with #C12247

Text Example


Text Example

White with #C12247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12247; }

 p { color: rgb(193,34,71); }

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

background-color css

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

 a { background-color: rgb(193,34,71); }

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

border-color css

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

 span { border-color: rgb(193,34,71); }

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