Html Css Color HEX #C12747 Old Rose

📋 copy color: '#C12747'

red 193 ◦ green 39 ◦ blue 71

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

Shades of Old Rose #C12747

Tints of Old Rose #C12747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 63.7%
G = 12.87%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12747 (or 0xC12747) is known color: Old Rose. HEX triplet: C1, 27 and 47. RGB value is (193,39,71). Sum of RGB (Red+Green+Blue) = 193+39+71=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C12747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12747 is #3ED8B8. Grayscale: #585858. Windows color (decimal): -4118713 or 4663233. OLE color: 4663233.

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

Color convert

RGB 193 39 71 -
CMYK 0 0.80 0.63 0.24
HSL 347.53º 0.66% 0.45% -
HSV(B) 347.53º 0.8% 0.76% -
XYZ 23.86 13.24 7.26 -
YUV 88.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 193 39 71 0 0.80 0.63 0.24 347.53 0.66 0.45
Hex C1 27 47 0 50 3F 18 15C 42 2D
Octal 301 47 107 0 120 77 30 534 102 55
Binary 11000001 100111 1000111 0 1010000 111111 11000 101011100 1000010 101101

Color Harmonies of #C12747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12747

Black with #C12747

Text Example


Text Example

White with #C12747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12747; }

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

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

background-color css

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

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

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

border-color css

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

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

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