Html Css Color HEX #C12948 Old Rose

📋 copy color: '#C12948'

red 193 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #C12948

Tints of Old Rose #C12948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 63.07%
G = 13.4%
B = 23.53%

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

#C12948 (or 0xC12948) is known color: Old Rose. HEX triplet: C1, 29 and 48. RGB value is (193,41,72). Sum of RGB (Red+Green+Blue) = 193+41+72=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C12948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12948 is #3ED6B7. Grayscale: #5A5A5A. Windows color (decimal): -4118200 or 4729281. OLE color: 4729281.

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

Color convert

RGB 193 41 72 -
CMYK 0 0.79 0.63 0.24
HSL 347.76º 0.65% 0.46% -
HSV(B) 347.76º 0.79% 0.76% -
XYZ 23.95 13.39 7.45 -
YUV 89.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 193 41 72 0 0.79 0.63 0.24 347.76 0.65 0.46
Hex C1 29 48 0 4F 3F 18 15C 41 2E
Octal 301 51 110 0 117 77 30 534 101 56
Binary 11000001 101001 1001000 0 1001111 111111 11000 101011100 1000001 101110

Color Harmonies of #C12948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12948

Black with #C12948

Text Example


Text Example

White with #C12948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12948; }

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

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

background-color css

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

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

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

border-color css

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

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

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