Html Css Color HEX #C12947 Old Rose

📋 copy color: '#C12947'

red 193 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #C12947

Tints of Old Rose #C12947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 63.28%
G = 13.44%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12947 (or 0xC12947) is known color: Old Rose. HEX triplet: C1, 29 and 47. RGB value is (193,41,71). Sum of RGB (Red+Green+Blue) = 193+41+71=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C12947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12947 is #3ED6B8. Grayscale: #595959. Windows color (decimal): -4118201 or 4663745. OLE color: 4663745.

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

Color convert

RGB 193 41 71 -
CMYK 0 0.79 0.63 0.24
HSL 348.16º 0.65% 0.46% -
HSV(B) 348.16º 0.79% 0.76% -
XYZ 23.92 13.38 7.28 -
YUV 89.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 193 41 71 0 0.79 0.63 0.24 348.16 0.65 0.46
Hex C1 29 47 0 4F 3F 18 15C 41 2E
Octal 301 51 107 0 117 77 30 534 101 56
Binary 11000001 101001 1000111 0 1001111 111111 11000 101011100 1000001 101110

Color Harmonies of #C12947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12947

Black with #C12947

Text Example


Text Example

White with #C12947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12947; }

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

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

background-color css

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

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

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

border-color css

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

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

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