Html Css Color HEX #C12C5E Old Rose

📋 copy color: '#C12C5E'

red 193 ◦ green 44 ◦ blue 94

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

Shades of Old Rose #C12C5E

Tints of Old Rose #C12C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.29%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 58.31%
G = 13.29%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C12C5E (or 0xC12C5E) is known color: Old Rose. HEX triplet: C1, 2C and 5E. RGB value is (193,44,94). Sum of RGB (Red+Green+Blue) = 193+44+94=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C5E is #3ED3A1. Grayscale: #5E5E5E. Windows color (decimal): -4117410 or 6171841. OLE color: 6171841.

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

Color convert

RGB 193 44 94 -
CMYK 0 0.77 0.51 0.24
HSL 339.87º 0.63% 0.46% -
HSV(B) 339.87º 0.77% 0.76% -
XYZ 24.91 13.95 11.97 -
YUV 94.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 193 44 94 0 0.77 0.51 0.24 339.87 0.63 0.46
Hex C1 2C 5E 0 4D 33 18 154 3F 2E
Octal 301 54 136 0 115 63 30 524 77 56
Binary 11000001 101100 1011110 0 1001101 110011 11000 101010100 111111 101110

Color Harmonies of #C12C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C5E

Black with #C12C5E

Text Example


Text Example

White with #C12C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C5E; }

 p { color: rgb(193,44,94); }

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

background-color css

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

 a { background-color: rgb(193,44,94); }

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

border-color css

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

 span { border-color: rgb(193,44,94); }

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