Html Css Color HEX #C12D46 Old Rose

📋 copy color: '#C12D46'

red 193 ◦ green 45 ◦ blue 70

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

Shades of Old Rose #C12D46

Tints of Old Rose #C12D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 62.66%
G = 14.61%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12D46 (or 0xC12D46) is known color: Old Rose. HEX triplet: C1, 2D and 46. RGB value is (193,45,70). Sum of RGB (Red+Green+Blue) = 193+45+70=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D46 is #3ED2B9. Grayscale: #5C5C5C. Windows color (decimal): -4117178 or 4599233. OLE color: 4599233.

HSL color Cylindrical-coordinate representation of color #C12D46: hue angle of 349.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D46 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 70 -
CMYK 0 0.77 0.64 0.24
HSL 349.86º 0.62% 0.47% -
HSV(B) 349.86º 0.77% 0.76% -
XYZ 24.04 13.66 7.16 -
YUV 92.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 193 45 70 0 0.77 0.64 0.24 349.86 0.62 0.47
Hex C1 2D 46 0 4D 40 18 15E 3E 2F
Octal 301 55 106 0 115 100 30 536 76 57
Binary 11000001 101101 1000110 0 1001101 1000000 11000 101011110 111110 101111

Color Harmonies of #C12D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D46

Black with #C12D46

Text Example


Text Example

White with #C12D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D46; }

 p { color: rgb(193,45,70); }

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

background-color css

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

 a { background-color: rgb(193,45,70); }

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

border-color css

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

 span { border-color: rgb(193,45,70); }

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